Releases: AppsFlyerSDK/appsflyer-flutter-plugin
v6.17.8
AppsFlyer Flutter Plugin v6.17.8
📦 Installation
Add to your pubspec.yaml:
dependencies:
appsflyer_sdk: ^6.17.8Then 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
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
-
Add to your
pubspec.yaml:dependencies: appsflyer_sdk: git: url: https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin.git ref: 6.18.0-rc1
-
Run
flutter pub get -
Test the integration thoroughly
-
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
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
-
Add to your
pubspec.yaml:dependencies: appsflyer_sdk: git: url: https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin.git ref: 6.17.8-rc1
-
Run
flutter pub get -
Test the integration thoroughly
-
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
AppsFlyer Flutter Plugin v6.17.7+1
📦 Installation
Add to your pubspec.yaml:
dependencies:
appsflyer_sdk: ^6.17.7+1Then 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
AppsFlyer Flutter Plugin v6.17.7
📦 Installation
Add to your pubspec.yaml:
dependencies:
appsflyer_sdk: ^6.17.7Then 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
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
-
Add to your
pubspec.yaml:dependencies: appsflyer_sdk: git: url: https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin.git ref: 6.17.7+1-rc1
-
Run
flutter pub get -
Test the integration thoroughly
-
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
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
-
Add to your
pubspec.yaml:dependencies: appsflyer_sdk: git: url: https://github.com/AppsFlyerSDK/appsflyer-flutter-plugin.git ref: 6.17.7-rc1
-
Run
flutter pub get -
Test the integration thoroughly
-
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
v6.17.3
- 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
- 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).