From 663e13ce0087025fb3df83d8097ef86818b7b3f4 Mon Sep 17 00:00:00 2001 From: Dani Kozachkevich Date: Tue, 30 Apr 2024 15:58:56 +0300 Subject: [PATCH 1/6] Updated documentation --- docs/Guides.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/Guides.md b/docs/Guides.md index e6d4126..032f7d1 100644 --- a/docs/Guides.md +++ b/docs/Guides.md @@ -17,7 +17,7 @@ - [Uninstall](#uninstall) - [Android Uninstall Setup](#android-uninstall) - [iOS Uninstall Setup](#ios-uninstall) - +- [Install Referrers](#referrers) ## Init SDK @@ -375,3 +375,14 @@ Note : If you use this method you will need to collect the APNs token using a th ```typescript AppsFlyer.updateServerUninstallToken({token: 'replace_with_token'}); ``` + +### Adding Install Referrer Libraries +The AppsFlyer SDK supports several store referrer libraries. Using a store referrer improves attribution accuracy. + +You only need to add the referrer dependency, the SDK takes care of the rest: +[Google Play Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#google-play-install-referrer)
+[Meta Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#meta-install-referrer)
+[Huawei Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#huawei-install-referrer)
+[Xiaomi GetApps store referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#xiaomi-getapps-store-referrer)
+ +**Note:** Satring plugin version 6.14.3, Huawei referrer is collected in a different way than it used to be, please follow the new instructions provided [here.](https://dev.appsflyer.com/hc/docs/install-android-sdk#huawei-install-referrer) \ No newline at end of file From 077d96d0ddf06d06b1dd959bfc626f7da96de57c Mon Sep 17 00:00:00 2001 From: Dani Kozachkevich Date: Tue, 30 Apr 2024 16:20:46 +0300 Subject: [PATCH 2/6] Updating node versions in GitHub actions --- .github/workflows/build-apps-workflow.yml | 2 +- .github/workflows/deploy-to-QA.yml | 2 +- .github/workflows/release-Production-workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apps-workflow.yml b/.github/workflows/build-apps-workflow.yml index 486fed3..e50f538 100644 --- a/.github/workflows/build-apps-workflow.yml +++ b/.github/workflows/build-apps-workflow.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install plugin dependencies diff --git a/.github/workflows/deploy-to-QA.yml b/.github/workflows/deploy-to-QA.yml index eefe4d2..dd71266 100644 --- a/.github/workflows/deploy-to-QA.yml +++ b/.github/workflows/deploy-to-QA.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install dependency run: | npm i rimraf diff --git a/.github/workflows/release-Production-workflow.yml b/.github/workflows/release-Production-workflow.yml index 0cdd1ae..d28e61f 100644 --- a/.github/workflows/release-Production-workflow.yml +++ b/.github/workflows/release-Production-workflow.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 20.x - name: Install dependency run: | npm i rimraf From 509f39a665b0125bcf4fac8a3ca2795afd581fd1 Mon Sep 17 00:00:00 2001 From: Dani Kozachkevich Date: Wed, 1 May 2024 10:45:51 +0300 Subject: [PATCH 3/6] Revert "Updating node versions in GitHub actions" This reverts commit 077d96d0ddf06d06b1dd959bfc626f7da96de57c. --- .github/workflows/build-apps-workflow.yml | 2 +- .github/workflows/deploy-to-QA.yml | 2 +- .github/workflows/release-Production-workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-apps-workflow.yml b/.github/workflows/build-apps-workflow.yml index e50f538..486fed3 100644 --- a/.github/workflows/build-apps-workflow.yml +++ b/.github/workflows/build-apps-workflow.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 16.x - name: Install plugin dependencies diff --git a/.github/workflows/deploy-to-QA.yml b/.github/workflows/deploy-to-QA.yml index dd71266..eefe4d2 100644 --- a/.github/workflows/deploy-to-QA.yml +++ b/.github/workflows/deploy-to-QA.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 16.x - name: Install dependency run: | npm i rimraf diff --git a/.github/workflows/release-Production-workflow.yml b/.github/workflows/release-Production-workflow.yml index d28e61f..0cdd1ae 100644 --- a/.github/workflows/release-Production-workflow.yml +++ b/.github/workflows/release-Production-workflow.yml @@ -32,7 +32,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 20.x + node-version: 16.x - name: Install dependency run: | npm i rimraf From 0969d4bb411493a64aed7dd24e9378df561cc1a5 Mon Sep 17 00:00:00 2001 From: pazlavi Date: Wed, 1 May 2024 08:05:22 +0000 Subject: [PATCH 4/6] update versions using CI --- README.md | 4 ++-- ios/Plugin/AppsFlyerPlugin.swift | 2 +- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 86fa9bd..5fd2504 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ ###
This plugin is built for -- Android AppsFlyer SDK **6.13.0** -- iOS AppsFlyer SDK **6.13.1** +- Android AppsFlyer SDK **6.14.0** +- iOS AppsFlyer SDK **6.14.3** ## ❗❗ Breaking changes when updating to v6.12.1 ❗❗ Starting from v6.12.1, this plugin works only with Capacitor 5.
diff --git a/ios/Plugin/AppsFlyerPlugin.swift b/ios/Plugin/AppsFlyerPlugin.swift index 9aefc42..96661ab 100644 --- a/ios/Plugin/AppsFlyerPlugin.swift +++ b/ios/Plugin/AppsFlyerPlugin.swift @@ -5,7 +5,7 @@ import AppsFlyerLib @objc(AppsFlyerPlugin) public class AppsFlyerPlugin: CAPPlugin { - private let APPSFLYER_PLUGIN_VERSION = "6.13.1" + private let APPSFLYER_PLUGIN_VERSION = "6.14.3-rc1" private var conversion = true private var oaoa = true private var udl = false diff --git a/package.json b/package.json index 97590cb..8180348 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "appsflyer-capacitor-plugin", - "version": "6.13.1", - "iosSdkVersion": "6.13.1", - "androidSdkVersion": "6.13.0", - "buildNumber": "12", + "version": "6.14.3-rc1", + "iosSdkVersion": "6.14.3", + "androidSdkVersion": "6.14.0", + "buildNumber": "87", "description": "AppsFlyer SDK plugin for Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", From 5ede7a286758a9e5da676fa1290f19c8c0de521a Mon Sep 17 00:00:00 2001 From: pazlavi Date: Wed, 1 May 2024 11:46:35 +0000 Subject: [PATCH 5/6] Update Plugin Version --- ios/Plugin/AppsFlyerPlugin.swift | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ios/Plugin/AppsFlyerPlugin.swift b/ios/Plugin/AppsFlyerPlugin.swift index 96661ab..e0988a0 100644 --- a/ios/Plugin/AppsFlyerPlugin.swift +++ b/ios/Plugin/AppsFlyerPlugin.swift @@ -5,7 +5,7 @@ import AppsFlyerLib @objc(AppsFlyerPlugin) public class AppsFlyerPlugin: CAPPlugin { - private let APPSFLYER_PLUGIN_VERSION = "6.14.3-rc1" + private let APPSFLYER_PLUGIN_VERSION = "6.14.3" private var conversion = true private var oaoa = true private var udl = false diff --git a/package.json b/package.json index 8180348..932f33e 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "appsflyer-capacitor-plugin", - "version": "6.14.3-rc1", + "version": "6.14.3", "iosSdkVersion": "6.14.3", "androidSdkVersion": "6.14.0", - "buildNumber": "87", + "buildNumber": "13", "description": "AppsFlyer SDK plugin for Capacitor", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", From db35dc6786cd21b84207c3c1a17cf13b7ff05022 Mon Sep 17 00:00:00 2001 From: pazlavi Date: Wed, 1 May 2024 11:46:38 +0000 Subject: [PATCH 6/6] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cf617..162370e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 6.14.3 + Release date: *2024-05-01* + +- Capacitor >> Update Plugin to v6.14.3 + ## 6.13.1 Release date: *2024-03-07*