Skip to content

Releases: AppsFlyerSDK/appsflyer-flutter-plugin

v6.17.7+1

02 Nov 10:58
8ef6791

Choose a tag to compare

AppsFlyer Flutter Plugin v6.17.7+1

📦 Installation

Add to your pubspec.yaml:

dependencies:
  appsflyer_sdk: ^6.17.7+1

Then run:

flutter pub get

📋 Changes in This Release

Release version 6.17.7+1. See CHANGELOG.md for details.

🔧 SDK Versions

  • Android: AppsFlyer SDK v6.17.4
  • iOS: AppsFlyer SDK v6.17.7

📚 Documentation

🔗 Links

💬 Support

For issues and questions, please contact [email protected]

v6.17.7

22 Oct 11:45
cbef769

Choose a tag to compare

AppsFlyer Flutter Plugin v6.17.7

📦 Installation

Add to your pubspec.yaml:

dependencies:
  appsflyer_sdk: ^6.17.7

Then run:

flutter pub get

📋 Changes in This Release

Release version 6.17.7. See CHANGELOG.md for details.

🔧 SDK Versions

  • Android: AppsFlyer SDK v6.17.3
  • iOS: AppsFlyer SDK v6.17.7

📚 Documentation

🔗 Links

💬 Support

For issues and questions, please contact [email protected]

Release Candidate 6.17.7+1-rc1

02 Nov 10:32
596343d

Choose a tag to compare

Pre-release

AppsFlyer Flutter Plugin - Release Candidate 6.17.7+1-rc1

🚀 Release Candidate for Testing

This is a pre-release version for QA testing. Please do not use in production.

📋 Changes

Please refer to CHANGELOG.md for detailed changes.

🧪 Testing Instructions

  1. Add to your pubspec.yaml:

    dependencies:
      appsflyer_sdk:
        git:
          url: https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin.git
          ref: 6.17.7+1-rc1
  2. Run flutter pub get

  3. Test the integration thoroughly

  4. Report any issues to the development team

📦 SDK Versions

  • Android AppsFlyer SDK: (check android/build.gradle)
  • iOS AppsFlyer SDK: (check ios/appsflyer_sdk.podspec)

Note: This is a pre-release and should not be used in production applications.

Release Candidate 6.17.7-rc1

21 Oct 12:58
ca24fd5

Choose a tag to compare

Pre-release

AppsFlyer Flutter Plugin - Release Candidate 6.17.7-rc1

🚀 Release Candidate for Testing

This is a pre-release version for QA testing. Please do not use in production.

📋 Changes

Please refer to CHANGELOG.md for detailed changes.

🧪 Testing Instructions

  1. Add to your pubspec.yaml:

    dependencies:
      appsflyer_sdk:
        git:
          url: https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin.git
          ref: 6.17.7-rc1
  2. Run flutter pub get

  3. Test the integration thoroughly

  4. Report any issues to the development team

📦 SDK Versions

  • Android AppsFlyer SDK: (check android/build.gradle)
  • iOS AppsFlyer SDK: (check ios/appsflyer_sdk.podspec)

Note: This is a pre-release and should not be used in production applications.

v6.17.5

04 Sep 09:28
ca24fd5

Choose a tag to compare

Bump iOS version to 6.17.5

v6.17.3

03 Sep 06:34
3a882ac

Choose a tag to compare

  • Updated to AppsFlyer SDK v6.17.3 for both Android and iOS
  • Added validateAndLogInAppPurchaseV2 API (Beta) for improved cross-platform purchase validation
  • Unified AFPurchaseDetails data structure for type-safe purchase validation
  • Enhanced error handling and consistent API across Android and iOS
  • Maintains backward compatibility with existing purchase validation methods

v6.17.1

13 Aug 09:17
5c40c00

Choose a tag to compare

  • Android: Bug fix for users who expirienced NullPointerExceptions.
  • Android: added a new disableAppSetId() method for AppSet ID opting-out.
  • iOS: Added support for Google Integrated Conversion (ICM) measurement.
  • Documentation small fixes.
  • Purchase Connector is rolled out to production (StoreKit2 support will be enrolled on next release).

v6.16.21

26 Jun 12:08
70ddc18

Choose a tag to compare

What's Changed

  • Fixed Locale issues some user reported, by forcing toUpperCase(Locale.ENGLISH) in AdRevenue logging.
  • Expanded the unit–tests.

v6.16.21-rc1

26 Jun 10:35

Choose a tag to compare

v6.16.21-rc1 Pre-release
Pre-release

What's Changed

  • Fixed Locale issue by forcing toUpperCase(Locale.ENGLISH), some users reported problems with their Locales on Android.
  • Expanded the unit–tests to verify not only that the right native method is invoked, but also that the correct arguments are passed.

v6.16.2

28 Apr 15:05
5ab2580

Choose a tag to compare

  • setConsentData is now deprecated!
  • setConsentDataV2 is the new and recommended way to set manual user consent.
  • Added getVersionNumber, returns the plugin's version.
  • Fixed typos within the code.
  • Fixed and updated tests and their frameworks.
  • Push notification measurement API's documentation has been updated.
  • Closed a few potential memory leaks.
  • Update iOS version to 6.16.2
  • Update Android version to 6.16.2
  • Updated entire example project.