Skip to content

Releases: appodeal/Appodeal-Flutter-Plugin

3.3.3

18 Sep 11:18
7fd7acf
Compare
Choose a tag to compare

3.3.3 (September 18, 2024)

Updated SDKs

  • Updated Appodeal Android SDK to 3.3.3

Fixes

  • Fixed AppodealPlayStorePurchase purchaseTimestamp cast error #81

What's Changed

Full Changelog: v3.3.2...v3.3.3

3.3.2

30 Jul 14:23
ba17b93
Compare
Choose a tag to compare

3.3.2 (July 30, 2024)

Updated SDKs

  • Updated Appodeal iOS SDK to 3.3.2
  • Updated Appodeal Android SDK to 3.3.2

What's Changed

Full Changelog: v3.3.1...v3.3.2

3.3.1

04 Jun 12:17
a16c84f
Compare
Choose a tag to compare

3.3.1 (June 4, 2024)

Updated SDKs

  • Updated Appodeal iOS SDK to 3.3.1
  • Updated Appodeal Android SDK to 3.3.1

What's Changed

Full Changelog: v3.3.0...v3.3.1

3.3.0

06 May 11:15
450491e
Compare
Choose a tag to compare

3.3.0 (06 May, 2024)

Updated SDKs

  • Updated Appodeal iOS SDK to 3.3.0
  • Updated Appodeal Android SDK to 3.3.0

What's Changed

New Contributors

Full Changelog: v3.3.0-beta.3...v3.3.0

3.3.0-beta.3

29 Mar 19:25
3472314
Compare
Choose a tag to compare
3.3.0-beta.3 Pre-release
Pre-release

3.3.0-beta.3 (29 March, 2024)

Updated SDKs

What's Changed

  • Release/3.3.0-beta.3 (APDM-170) by @da2gl in #69

Full Changelog: v3.3.0-beta.2...v3.3.0-beta.3

3.3.0-beta.2

23 Feb 12:14
1b62431
Compare
Choose a tag to compare
3.3.0-beta.2 Pre-release
Pre-release

3.3.0-beta.2 (23 February, 2024)

Updated SDKs

3.3.0-beta.1

23 Feb 12:14
bfa5a7c
Compare
Choose a tag to compare
3.3.0-beta.1 Pre-release
Pre-release

3.3.0-beta.1 (01 February, 2024)

Updated SDKs

3.2.1

25 Jan 12:25
e26c835
Compare
Choose a tag to compare

3.2.1 (25 January, 2024)

Promoted the beta release to the stable version

Updated SDKs

  • Updated Appodeal iOS SDK to 3.2.1
  • Updated Appodeal Android SDK to 3.2.1

3.2.1-beta.1

14 Jan 21:03
2030195
Compare
Choose a tag to compare
3.2.1-beta.1 Pre-release
Pre-release

3.2.1-beta.1 (14 January, 2024)

Features

  • 💥 Google CMP and TCF v2 Support

    • To enhance the relevance of ads for your users and comply with regulations like GDPR and CCPA,
      explicit user consent is required for collecting personal data.
    • We recommend using the Stack Consent Manager, built on Google User Messaging Platform (UMP),
      as a ready-made solution to obtain user consent.
    • Follow this instruction to
      configure Google UMP and set up a consent form.
    • If you have a question about Stack Consent Manager and Google UMP, please contact our support
      team.
  • Major Consent Api changes

Updated SDKs

Removed

  • Removed AppodealUserConsent class.
  • Removed GDPRUserConsent class.
  • Removed CCPAUserConsent class.
  • Removed ApdConsentError class.
  • Removed Appodeal.updateGDPRUserConsent method.
  • Removed Appodeal.updateCCPAUserConsent method.
  • Removed Appodeal.loadConsentForm method.
  • Removed Appodeal.showConsentForm method.
  • Removed Appodeal.setCustomVendor method.
  • Removed Appodeal.disableAppTrackingTransparencyRequest method.

Added

  • Added AppodealConsent class.
  • Added ConsentStatus class.
  • Added ConsentError class.
  • Added AppodealConsent.load method.
  • Added AppodealConsent.show method.
  • Added AppodealConsent.loadAndShowIfRequired method.
  • Added AppodealConsent.revoke method.

3.2.0+1

11 Jan 17:07
e4ca681
Compare
Choose a tag to compare

3.2.0+1 (11 January, 2024)

  • Simplified Android Core Plugin dependencies