Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@Str4tos Str4tos released this 17 Aug 11:27
· 226 commits to master since this release

Known Issues in Android 2.5.0

  • The Banner Ads does not load automatically after initialization. Please call manager.LoadAd(AdType.Banner) or manager.ShowAd(AdType.Banner) after initialization to fix the bug.
  • AdColony requests always fail.
  • Mintegral requests always fail.
  • Vungle crash java.util.ConcurrentModificationException from com.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 of Assets>CleverAdsSolutions>Settings menu.

    Defining test mode in the builder is not enough to get true test ads.

  • Deprecated CAS.MobileAds.Initialize() in favor of BuildManager().

    Since the test ad mode is obsolete, we recommend using the builder with new initialization options.