appsflyer-capacitor-plugin 6.8.0-rc1 → 6.8.2-rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -14,8 +14,8 @@
14
14
 
15
15
  ### <a id="plugin-build-for"> This plugin is built for
16
16
 
17
- - Android AppsFlyer SDK **6.5.2️**
18
- - iOS AppsFlyer SDK **6.8.0️**
17
+ - Android AppsFlyer SDK **6.8.0️**
18
+ - iOS AppsFlyer SDK **6.8.1️**
19
19
 
20
20
  <!---
21
21
  ## <a id="breaking-changes"> ❗❗ Breaking changes when updating to ✏️v*.*.*✏️❗❗
@@ -62,7 +62,7 @@ dependencies {
62
62
  implementation "androidx.core:core-ktx:1.6.0"
63
63
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
64
64
 
65
- implementation 'com.appsflyer:af-android-sdk:6.8.0'
65
+ implementation 'com.appsflyer:af-android-sdk:6.8.2'
66
66
  implementation "com.android.installreferrer:installreferrer:2.2"
67
67
 
68
68
 
@@ -20,7 +20,7 @@ const val AF_ONELINK_DOMAIN = "domains"
20
20
  const val AF_DEEPLINK_URLS = "urls"
21
21
  const val AF_UID = "uid"
22
22
  const val AF_ANONYMIZE_USER = "anonymizeUser"
23
- const val AF_DISABLE = "disable"
23
+ const val AF_DISABLE = "shouldDisable"
24
24
  const val AF_STOP = "stop"
25
25
  const val AF_IS_STOP = "isStopped"
26
26
  const val AF_PATH = "path"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "appsflyer-capacitor-plugin",
3
- "version": "6.8.0-rc1",
4
- "iosSdkVersion": "6.8.0",
3
+ "version": "6.8.2-rc1",
4
+ "iosSdkVersion": "6.8.1",
5
5
  "description": "AppsFlyer SDK plugin for Capacitor",
6
6
  "main": "dist/plugin.cjs.js",
7
7
  "module": "dist/esm/index.js",
package/CHANGELOG.md DELETED
@@ -1,47 +0,0 @@
1
- # Release Notes
2
- ### 6.8.0-rc1
3
- Release date: *2022-July-20*
4
- - Updated AppsFlyer Android SDK to v6.8.0
5
- - Updated AppsFlyer iOS SDK to v6.8.0
6
-
7
- **Overview and Highlights:**
8
- - Capacitor >> update SDKs versions
9
- - Capacitor >> readme >> add AD_ID docs
10
- - Capacitor >> Android >> add `setDisableNetworkData` API
11
- ### 6.5.2
12
- Release date: *2022-February-07*
13
- - Updated AppsFlyer Android SDK to v6.5.2
14
- - Updated AppsFlyer iOS SDK to v6.5.2
15
-
16
- **Overview and Highlights:**
17
- - Capacitor >> iOS >> `is_deferred` not available
18
- ### 6.4.4
19
- Release date: *2021-December-13*
20
- - Updated AppsFlyer Android SDK to v6.4.3
21
- - Updated AppsFlyer iOS SDK to v6.4.4
22
- ### 6.4.0
23
- Release date: *2021-Sep-14*
24
-
25
- **Overview and Highlights:**
26
- - Capacitor >> Update Plugin to v6.4.0
27
- - Capacitor >> Add APIs
28
- - added `logCrossPromoteImpression` API
29
- - added `setUserEmails` API
30
- - added `logLocation` API
31
- - added `setPhoneNumber` API
32
- - added `setPartnerData` API
33
- - added `deepLinkTimeout` Parameter
34
- - added `logInvite` API
35
- - added `setSharingFilterForPartners` API
36
- - deprecate `setSharingFilterForAllPartners` API
37
- - deprecate `setSharingFilter` API
38
-
39
-
40
- ### 6.3.50
41
- Release date: *2021-Aug-22*
42
-
43
- **Overview and Highlights:**
44
- - Create a new plugin
45
- - Use iOS native SDK V6.3.5
46
- - Use Android native SDK V6.3.2
47
- - Support the new API `setCurrentDeviceLanguage` for iOS