Skip to content

Releases: AppsFlyerSDK/appsflyer-flutter-plugin

v6.17.8

30 Dec 11:21
02bfa04

Choose a tag to compare

AppsFlyer Flutter Plugin v6.17.8

📦 Installation

Add to your pubspec.yaml:

dependencies:
  appsflyer_sdk: ^6.17.8

Then run:

flutter pub get

📋 Changes in This Release

Release version 6.17.8. See CHANGELOG.md for details.

🔧 SDK Versions

  • Android: AppsFlyer SDK v6.17.5
  • iOS: AppsFlyer SDK v6.17.8

📚 Documentation

🔗 Links

💬 Support

For issues and questions, please contact support@appsflyer.com

Release Candidate 6.18.0-rc1

29 Dec 15:16
8ef6791

Choose a tag to compare

Pre-release

AppsFlyer Flutter Plugin - Release Candidate 6.18.0-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.18.0-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.8-rc1

30 Dec 08:53
8ef6791

Choose a tag to compare

Pre-release

AppsFlyer Flutter Plugin - Release Candidate 6.17.8-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.8-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.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 support@appsflyer.com

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 support@appsflyer.com

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