Releases: AppsFlyerSDK/appsflyer-flutter-plugin
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 [email protected]
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 [email protected]
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).
v6.16.21
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
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
- 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.