Android
From version 3.41.0 and onwards DT FairBid and Offerwall are now integrated with the same SDK! If you are already using DT FairBid in conjunction with Offerwall, make sure to remove the old dependency (com.fyber:offerwall-sdk) from your project and use only com.fyber.fairbid-sdk-plugin from now on. Check out our updated guides for Offerwall SDK Integration Guide and SDK APIs to help you integrate and monetize with Offerwall.
Version 9.2.1
New:
This update relates to a change in the repository location of the Fyber Offer Wall SDK since Bintray is scheduled to shut down its services. We recommend that you install this update to avoid any future errors that might occur, as a result of the change.
Please note that our Maven dependency has changed:
implementation 'com.fyber:offerwall-sdk:9.2.1'
Version 8.20.0
Updates:
Added compatibility for Android Gradle plugin v3.0.0.
Fixed:
Potential crash in tracking Fyber's installs attribution.
Potential crash when starting a video ad.
Potential crash when scheduling the next cache refresh.
Completion notification not shown after watching a rewarded video until the end.
Occasional black screen on some video ads.
Version 8.7.0
Updates:
Banner requests now wait until SDK and mediation are initialised.
New, improved UX on connection lost for Rewarded Video.
Proguard configs now packaged alongside with the SDK.
Fixed:
Fixed proguard warnings during build when annotations library is not used.
Issue with Consecutive Rewarded Video requests.
Alert prompt bug on Rewarded Video.
Version 8.5.1
Updates:
Added Video Interstitial support
Added a callback to alert you when precaching videos is done
Added a method to inform if videos are currently cached on the device
Fixed:
Buffering issues in devices running Marshmallow+
Video player issue in some low end devices
Issue preventing a service to be closed
Version 8.3.2
Updates:
Enable changing user ID after starting the SDK
Dropped support for Gingerbread (You'll still be able to compile your app, but no ads will be delivered)
Improved user experience on browser redirection
Fixed:
Custom SSL handling for Gingerbread
Potential warnings when building with Android Studio 2.+
Potential crash when handling expired cookies
Version 8.0.0
API Changes:
Rebranding (SponsorPaySDK -> Fyber SDK / SP -> FYB)
Renamed products (BrandEngage -> Rewarded Videos…)
Introduced fluent interface API through method chaining
Introduces Requesters
New API for Interstitials
New API for Rewarded Videos
New API for Offer Wall
New API for Starting the SDK
New API for Virtual Currency
Introduces Reporters
New API to report Installs
New API to report Rewarded Actions
Feature Removal
Use of multiple AppIds
Use of credentials token
Overriding of the currency name through SDK’s API
adapters.info and adapter.config for mediation
New:
*Sample app shipped with the SDK
Control over precaching functionality (delay the start) (only for Fyber Videos)
Annotation processing for the mediation adapters
Fixed:
Requesting videos from a background thread
Possible leak broadcast receiver
Last updated

