Skip to content

Releases: cleveradssolutions/CAS-Android

Version 1.8.1

07 Dec 15:52
Compare
Choose a tag to compare

Bug Fixes

  • Lost point to AdCallback of Interstitial and Rewarded ad.

Update third party mediation version:

Version 1.8.0

04 Dec 12:49
Compare
Choose a tag to compare
Version 1.8.0 Pre-release
Pre-release

⚠️ Known issue of lost point to AdCallback of Interstitial and Rewarded ad.

Features

  • Improvements the RTB system.
  • Improvements the life cycle of Banner ads.
  • Improvements synchronization of states in multiple threads.
  • Update Integration Helper.

Changes

  • The isAdReady check now takes into account the interval between Interstitial ad impressions.
  • Disabled the limitation for Adaptive Banner sizes at least 50% of the width and 70% of the height of the container. This change will allow more ads to be shown.
  • Disabled Shown ads analytics event in favor of TryShow to reduce the amount of data on the analytics server.

Added new optional third party mediation:

implementation 'com.verizon.ads:android-vas-standard-edition:1.8.1+'

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

Update third party mediation version:

  • AppLovin - 9.14.10
    • Fix edge case IllegalArgumentException in AppLovinWebViewActivity.
    • Various ANR fixes.
  • myTarget - 5.9.6
  • IronSource - 7.0.4
  • Chartboost - 8.2.0
  • StartApp - 4.7.5

Version 1.7.1

16 Nov 14:02
1467238
Compare
Choose a tag to compare

Features

  • [SuperAwesome] Allows skip rewarded videos with warning.

Bug Fixes

  • Restored lost androidx.constraintlayout:constraintlayout dependency.

Update third party mediation version:

Version 1.7.0

11 Nov 14:49
2b35096
Compare
Choose a tag to compare

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

Version 1.6.11

29 Oct 08:48
ca00c25
Compare
Choose a tag to compare

Bug Fixes

  • Creating LastPageAdConternt from Json.

Mediation SDK version updated:

  • AppLovin - 9.14.6
  • InMobi - 9.1.1

Version 1.6.9.1

27 Oct 08:40
ca00c25
Compare
Choose a tag to compare

Mediation SDK version updated:

Version 1.6.9

26 Oct 07:57
7e01f30
Compare
Choose a tag to compare

Changes

  • Deprecated CASBridge.

Mediation SDK version updated:

Version 1.6.8

20 Oct 14:34
c637001
Compare
Choose a tag to compare

Changes

  • Cross Promotion stability improvements

Mediation SDK version updated:

  • AppLovin - 9.14.5
  • Google Ads - 19.5.0
  • Yandex Ads - 3.1.0
  • SuperAwesome - 7.2.14

Version 1.6.5

15 Oct 07:22
a90c32c
Compare
Choose a tag to compare

Changes

  • All AdCallback events will be triggered from the main (UI) thread.

Bug Fixes

  • Correct creation LastPageAdContent from json with empty fields.

Mediation SDK version updated:

Version 1.6.4

13 Oct 07:21
485645d
Compare
Choose a tag to compare

Bug Fixes

  • Last page ad for portrait orientation.
  • Internal waterfall loop of Adaptive Banner Ad Size.

Mediation SDK version updated: