Release Notes

In this page, you can find a record of all the changes made to this project such as bug fixes, new features, etc.

Version 1.3.10 June 9, 2026

iOS SDK updated to 1.5.94.

iOS deployment target updated to 13.0.

Version 1.3.9 April 14, 2026

Android crash fix for multiple init callback.

Version 1.3.8 September 18, 2025

iOS SDK updated to 1.5.76.

Remote Config updated.

Version 1.3.7 July 22, 2025

iOS SDKs updated.

Version 1.3.6 January 9, 2025

iOS SDKs updated.

Version 1.3.5 January 3, 2025

AdmostAdEvent.onAdRevenuePaid callback added.

Android and iOS SDKs updated.

Version 1.3.4 August 20, 2024

Crash fix for banner dispose.

Version 1.3.3 August 16, 2024

ATT Tracking crash fix.

Version 1.3.2 July 18, 2024

Banner and Native Ad dispose bugs fixed.

Android SDK updated to 3.0.5.

Version 1.3.1 February 22, 2024

Remote Config support added.

Admost.initialize() is asynchronous now (returns Future<bool>).

Version 1.3.0 January 18, 2024

AdMob library removed from the package.

Version 1.2.9 January 16, 2024

UMP and other CMPs support added.

Android SDK updated to 2.9.2.

Version 1.2.8 December 13, 2023

Android SDK updated to 2.9.0.

Version 1.2.7 August 19, 2023

Android SDK updated to 2.8.3.

Version 1.2.6 March 8, 2023

Android SDK updated to 2.7.3.

Version 1.2.5 October 6, 2022

iOS default AMR adapters removed.

Version 1.2.4 June 16, 2022

Multiple Interstitial and Rewarded support.

SDK update.

Version 1.2.3 March 28, 2022

Tag support added.

SDK update.

Version 1.2.2 December 29, 2021

SDK update.

Version 1.2.1 November 9, 2021

Ad event bug fix.

Version 1.2.0 November 4, 2021

Migrated to Null Safety.

Version 1.1.0 September 27, 2021

AndroidX support.

Version 1.0.9 June 15, 2021

Null parameter checks added.

Version 1.0.8 June 15, 2021

iOS launch crash fixed.

Version 1.0.7 June 14, 2021

Admost.isPrivacyConsentRequired

  var status = await Admost.isPrivacyConsentRequired;
                        

failedToShow ad event added.

opened ad event added.

ad events args updated.

Version 1.0.6 June 4, 2021

Android Sdk updated - Release Notes (v2.3.3)

Version 1.0.5 June 2, 2021

IOS App Tracking Transparency Manager added.

Admost.setUserId()


                            Admost.setUserId("applicationUserId");
                        

Admost.trackIAPForIOS()


                            Admost.trackIAPForIOS(transactionId, currency, amount, ['tag1', 'tag2']);
                        

Admost.trackIAPForAndroid()


                            Admost.trackIAPForAndroid(originalJSON, signature, currency, amount, ['tag1', 'tag2']);
                        

Admost.initialize()


Admost.initialize(
    appId: Platform.isIOS
        ? "15066ddc-9c18-492c-8185-bea7e4c7f88c"
        : "6cc8e89a-b52a-4e9a-bb8c-579f7ec538fe",
    userConsent: "<your_userConsent_value>",
    subjectToGDPR: "<your_subjectToGDPR_value>",
    subjectToCCPA: "<your_subjectToCCPA_value>");
}                        

Admost.startTestSuite()

Version 1.0.4 May 3, 2021

iOS12 crash fixed.

Version 1.0.3 April 12, 2021

Native ad support added.