Tapsell plus for Android native

  • Version
    v 2.2.5


    Tapsell plus native Changelog

    2.2.5 (09 Apr, 2024)

    • Updated Tapsell SDK to 4.9.0
    • Added Admob user messaging platform (UMP) to manage user consent for admob to resolve GooglePlay issue.
    • Added few R8 rules #85
    • Updated AdMob to 22.6.0
    • Updated Google IMA (PreRoll) to 3.33.0
    • Updated UnityAds to 4.9.2
    • Updated AppLovin to 12.4.0
    • Updated Mintegral to 16.6.71
    • Removed Vungle ad network due to deprecation and GooglePlay policy related issues.
    • Removed AdColony ad network due to deprecation.

    2.2.4 (07 Jan, 2023)

    • Updated Tapsell legacy SDK to 4.8.8
    • Added support for Gradle 8 and R8 Full mode. No need to add proguard rules any more. #75. You need to add few rules if you don’t use all ad networks. See #80
    • Migrated Google ExoPlayer to Media3 ExoPlayer in IMA PreRoll. See Sample
    • Fixed crash related to OkHttp in Android 4.
    • Fixed logger crash when printing the error log message.
    • Fixed GDPR consent issues in Tapsell sdk.

    2.2.3 (27 Sep, 2023)

    • Updated Tapsell legacy SDK to 4.8.4
    • Updated IMA to 3.31.0
    • Updated ima-extension implementation to 2.19.1 according to its GitHub repository commits
    • Updated ExoPlayer to 2.19.1
    • Fixed crash when using GDPR: java.lang.SecurityException: Not allowed to access cell info. related to telephonyManager.getAllCellInfo(); in native Android SDK. Related links: Link1, Link2

    Flutter

    • Fixed flutter crash in Standard banner ads: Reply already submitted GH-15, GH-14

    2.2.0 (21 Jun, 2023)

    • Fixed Google Play policy error related to Collecting user’s installed apps. Issue #68

    2.1.9 (20 Jun, 2023)

    • Added support for null companion banner container in ExoPlayer for Pre-Roll IMA ads.
    • fixed triggering multiple event callbacks in ExoPlayer Pre-Roll ads.

    2.1.9-rc04 (14 Jun, 2023)

    • Added preroll video ads to sdk for VideoPlayer and ExoPlayer. add exoplayer-ima-extension with disabled ui feature. Sample
    • Added new UI for back dialog
    • Update tapsell sdk to V4.7.8-rc03
    • Fixed some memory leaks in tapsell sdk and tapsell plus sdk
    • fixed some proguard issues

    2.1.9-rc03 (29 March, 2023)

    • Updated minSdkVersion to 19 to support Admob V21.5.0
    • Fixed wrong back dialog options in rewarded videos
    • Updated Admob to V21.5.0
    • Updated UnityAds to V4.6.1
    • Updated Mintegral to V16.3.91
    • Updated AdColony to V4.8.0
    • Updated AppLovin to V11.8.2

    2.1.8 (2022/11/21)

    • Added dynamic configs for backPressed final banner in video ads
    • Add dynamic configs for back alert dialog in videos
    • Update UnityAds to V4.3.0 and fix deprecations based on (UnityAds API)
    • Update targetSDK version to 33

    Flutter

    2.1.7 (2022/03/28)

    • Update AdMob to 20.6.0 which fixes #41
    • Minor bug fixes

    2.1.6 (2022/01/11)

    • Update Tapsell adNetwork to 4.7.4
    • Fix Native banner crash in AdMob adNetwork
    • Update Target SDK to 31
    • Improvement on verbose logging when ad request fails To make use of it use TapsellPlus.SetDebugMode(Log.DEBUG) before requesting

    2.1.5 (2021/11/06)

    • Update Tapsell adNetwork to 4.7.3
    • Update Mintegral adNetwork to 15.6.11 Visit AdNetwork docs for more information