Version 2.5.0
Known Issues in Android 2.5.0
- The Banner Ads does not load automatically after initialization. Please call
manager.LoadAd(AdType.Banner)
ormanager.ShowAd(AdType.Banner)
after initialization to fix the bug. - AdColony requests always fail.
- Mintegral requests always fail.
- Vungle crash
java.util.ConcurrentModificationException
fromcom.vungle.warren.persistence.FilePreferences$1.run()
- InMobi crash from
com.inmobi.media.o.onTouchEvent()
to fix need use InMobi version 9.1.9. - Ads may be blocked after InMobi impression.
Dependencies
Changes
- Chartboost is no longer supported. At the moment, Chartboost architecture does not allow us to effectively compete with other networks.
We will keep an eye on changes in the future and look forward to receiving support back. - Deprecated
CAS.MobileAds.BuildManager().WithTestAdMode(false)
in favor ofAssets>CleverAdsSolutions>Settings
menu.Defining test mode in the builder is not enough to get true test ads.
- Deprecated
CAS.MobileAds.Initialize()
in favor ofBuildManager()
.Since the test ad mode is obsolete, we recommend using the builder with new initialization options.