Rewarded Video FAQs

Android iOS

Android

How do I disable SSL for Rewarded Videos in Android?

You can disable secure connections for the Rewarded Video endpoint through the your application AndroidManifest.xml file. To do that, add the following key FYBEnableSSLRewardedVideo to your <meta-data> entries in your AndroidManifest.xml:

<manifest >
    <application>

        <!-- [...] -->
        <meta-data android:name="FYBEnableSSLRewardedVideo" android:value="false"/>

    </application>
</manifest >

iOS

How do I disable SSL for Rewarded Videos in iOS?

You can disable secure connections for the Rewarded Video endpoint through the application .plist configuration file. To do that, add the following key (FYBEnableSSLRewardedVideo : Boolean) to your .plist configuration file:

<key>FYBEnableSSLRewardedVideo</key>
<false/>

I'm having problems with Autocorrect rotation in my videos, I can't get the video to lock. What do I do?

If you’ve built your app in a particular orientation, it’s currently not possible in the full Autorotation setup to lock the Rewarded Video and Endcard screens to a Landscape orientation. If you want this, you’ll have to set it up manually.

To do this, you:

  1. Switch the platform to iOS.
  2. From the Fyber menu, select Edit SDK Settings option.
  3. Check the Post process build.
  4. Set your desired orientation.

image

Please note: This script is valid for Unity 5 only. For previous Unity versions this is not needed.

Need more help?

Please get in touch! Contact your Account Manager or report an issue to our Developer Support team, or contact the Developer Portal team directly, including details of your account if you are a registered Fyber Developer.