Mopub Unity Sdk Versions Save

v5.6.0

5 years ago

New in This Version

  • The MoPub Unity Plugin now includes versions 5.6.0 of the MoPub Android SDK and the MoPub iOS SDK.
  • The MoPub iOS SDK is now included via podspecs.
  • Android application pause events are now properly handled.
  • isSDKInitialized on Android now returns true only after SDK initalization has completed.

Please view the MoPub Unity SDK changelog, MoPub Android SDK changelog, and MoPub iOS SDK changelog for a complete list of additions, fixes, and enhancements across releases and platforms.

Upgrading to SDK 5.6

Starting in MoPub Unity Plugin 5.6, the MoPub iOS SDK is no longer included as a bundled framework and is instead specified as a dependency via podspecs. Upgrading from previous versions will leave the previously bundled iOS SDK framework, which needs to be removed to avoid collisions with the podspec dependency.

To address this, please delete the following directory from your project prior to building for iOS with the MoPub Unity Plugin 5.6: Assets/MoPub/Plugins/iOS/MoPubSDKFramework.framework

v5.5.0

5 years ago
  • The MoPub Unity Plugin now includes versions 5.5.0 of the MoPub Android SDK and the MoPub iOS SDK.
  • The SDK Manager can now also install and upgrade mediated network SDKs.
  • Google's Unity Jar Resolver is included. It is used to download the mediation adapters, network SDKs, and android support libraries.
  • Improved logging throughout the SDK.
  • Automatic Advanced Bidder initialization.
  • Fixed a problem with the incorrect framework path in the Xcode project for Unity 2018.3+.