Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@Str4tos Str4tos released this 11 Nov 14:49
· 82 commits to master since this release
2b35096

Features

  • [Unity Ads] Migrating to the new 3.5.0 SDK callback system.
  • [IronSource] Thread safe improvements to callbacks.
  • [Chartboost] Thread safe improvements to callbacks.
  • [SuperAwesome] Thread safe improvements to callbacks.
  • [SuperAwesome] Disabled auto close after video ends to increase profits.
  • Optimization of third party mediation initialization.
  • Add targeting options to inform our servers of the users’ details:
CAS.getTargetingOptions().setAge(12)
CAS.getTargetingOptions().setGender(TargetingOptions.GENDER_MALE)
CAS.getTargetingOptions().setLocation(userLocation)

Added new optional third party mediation

  • MyTarget - 5.11.5 Integration:
dependencies {
  implementation 'com.my.target:mytarget-sdk:5.11.5+'
}
  • MobFox - 4.3.2 Integration:
repositories {
  maven { url "https://jitpack.io" }
}
dependencies {
  implementation 'com.github.mobfox:mfx-android-sdk:4.3.2+'
  implementation 'com.android.volley:volley:1.1.1'
}
  • Amazon Ad (Banner only) - 6.0.0 Integration:
dependencies {
  implementation 'com.amazon.android:mobile-ads:6.0.0'
}

Please contact us if you intend to use any additional third party mediation.

Update third party mediation version:

  • SuperAwesome - 7.2.15
  • AppLogin - 6.14.8
  • StartApp - 4.7.3