Releases: AppsFlyerSDK/appsflyer-capacitor-plugin
Releases · AppsFlyerSDK/appsflyer-capacitor-plugin
6.18.0
v6.18.0-rc2
Release candidate v6.18.0-rc2 published to npm under the QA dist-tag. Awaiting smoke + promote.
v6.18.0-rc1
Release candidate v6.18.0-rc1 published to npm under the QA dist-tag. Awaiting smoke + promote.
6.17.91
6.17.91
- Migrated to Capacitor 8 (
@capacitor/core^8.0.0) - Added Swift Package Manager (SPM) support via
Package.swift, alongside existing CocoaPods setup - Raised iOS minimum deployment target from 13.0 to 15.0
- Updated Android build toolchain: Android SDK 36, Gradle 8.14.3, AGP 8.13.0, Kotlin 2.2.20
- Updated CI workflow: Node.js 22.x, SPM-based iOS builds, SPM resolution check
- Android AppsFlyer SDK 6.17.6
- iOS AppsFlyer SDK 6.17.9
6.17.9
Merge pull request #187 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.…
6.17.8
Merge pull request #184 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.…
6.17.7
Merge pull request #179 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.…
6.17.5
Merge releases/6.x.x/6.17.x/6.17.5-RC1 into main (#177) * fix: add missing isSDKStarted / isSDKStopped support & align samples - iOS – implemented both methods in AppsFlyerPlugin.swift and registered in .m - Android – renamed JSON key to isStopped for parity with iOS/TS - TS – added AFIsStarted/AFIsStopped interfaces and method defs in definitions.ts - Sample app – new “Check SDK State” button to call the APIs and show alert * debug logs cleanup * Dev/delivery 99931/update plugin (#173) * Implementation of the new beta api and version bumps * minor change after testing * fix ios impl and response type * move validateAndLogInAppPurchaseV2 to next release * 6.17.5 * CHANGELOG * CHANGELOG * plugin version --------- Co-authored-by: Dani-Koza-AF <dani.ko@appsflyer.com> * test app * test app * update versions using CI * Update Plugin Version * Update CHANGELOG.md ---------
6.17.0
- Feature: Added new Android API disableAppSetId() to allow opting out of AppSet ID collection.
- Upgrade: Updated embedded AppsFlyer native SDKs to v6.17.0 for both Android and iOS.
- Compatibility: Updated the plugin to support Capacitor v7, including updating dependencies and configurations.
- Documentation: Updated README, Changelog, and API documentation to reflect these changes and Capacitor 7 support.
- Build: Updated CI workflows to use Node.js 20, Java 21, and Gradle 8.11.1, ensuring compatibility with the latest development environments.
6.16.2
- Deprecated
setConsentDatain favor ofsetConsentDataV2. - Added
isSDKStarted()method to allow users to check if the SDK is already in started state. - Added
isSDKStopped()method to allow users to check if the SDK is currently in stopped state. - Modified
startSDK()to always resolve, preventing hanging promises when called multiple times in the same session. FixesinitSDK()not resolving bug. - Documentation update.