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.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.