Skip to content

Releases: AppsFlyerSDK/appsflyer-capacitor-plugin

6.18.0

18 May 14:14
ba31962

Choose a tag to compare

Merge pull request #200 from AppsFlyerSDK/releases/6.x.x/6.18.x/6.18.…

v6.18.0-rc2

18 May 12:24

Choose a tag to compare

v6.18.0-rc2 Pre-release
Pre-release

Release candidate v6.18.0-rc2 published to npm under the QA dist-tag. Awaiting smoke + promote.

v6.18.0-rc1

18 May 09:27

Choose a tag to compare

v6.18.0-rc1 Pre-release
Pre-release

Release candidate v6.18.0-rc1 published to npm under the QA dist-tag. Awaiting smoke + promote.

6.17.91

15 Apr 09:57
47d1241

Choose a tag to compare

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

25 Mar 12:53
070619e

Choose a tag to compare

Merge pull request #187 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.…

6.17.8

24 Dec 14:52
b338cea

Choose a tag to compare

Merge pull request #184 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.…

6.17.7

28 Oct 10:42
2a2678a

Choose a tag to compare

Merge pull request #179 from AppsFlyerSDK/releases/6.x.x/6.17.x/6.17.…

6.17.5

08 Sep 08:05
4069ef5

Choose a tag to compare

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

05 May 13:08
e69f030

Choose a tag to compare

  • 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

26 Mar 13:57
f06da88

Choose a tag to compare

  • Deprecated setConsentData in favor of setConsentDataV2.
  • 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. Fixes initSDK() not resolving bug.
  • Documentation update.