Skip to content

Commit f6d6579

Browse files
6.x.x/6.3.x/6.3.0
Releases/6.x.x/6.3.x/6.3.0
2 parents f5c87de + e31a85a commit f6d6579

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Versions
2+
## 6.3.0
3+
- iOS SDK 6.3.0
4+
- Android SDK 6.3.0
5+
26
## 6.2.60
37
- iOS SDK 6.2.6
48
- Remove get SKAD rules manually

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@
2121

2222
### <a id="plugin-build-for"> This plugin is built for
2323

24-
- iOS AppsFlyerSDK **v6.2.6**
25-
- Android AppsFlyerSDK **v6.2.0**
24+
- iOS AppsFlyerSDK **v6.3.0**
25+
- Android AppsFlyerSDK **v6.3.0**
2626

2727
## <a id="breaking-changes"> ❗ Breaking Changes
2828

29+
- From version `6.3.0`, we use `xcframework` for iOS platform, then you need to use cocoapods version >= 1.10
30+
2931
- From version `6.2.30`, `logCrossPromotionAndOpenStore` api will register as `af_cross_promotion` instead of `af_app_invites` in your dashboard.<br>
3032
Click on a link that was generated using `generateInviteLink` api will be register as `af_app_invites`.
3133

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repositories {
5555
dependencies {
5656
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
5757
implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '2.1')}"
58-
implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.2.0')}"
58+
implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.3.0')}"
5959
//-----
6060
// Required -- JUnit 4 framework
6161
testImplementation 'junit:junit:4.12'

ios/AppsFlyerLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AppsFlyerLib.h
33
// AppsFlyerLib
44
//
5-
// AppsFlyer iOS SDK 6.2.4 (71)
5+
// AppsFlyer iOS SDK 6.3.0 (11)
66
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
77
//
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-appsflyer",
3-
"version": "6.2.60",
3+
"version": "6.3.0",
44
"description": "React Native Appsflyer plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

podspec-regular-template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.platform = :ios, "8.0"
1515
s.static_framework = true
1616
s.dependency 'React'
17-
s.dependency 'AppsFlyerFramework', '6.2.6'
17+
s.dependency 'AppsFlyerFramework', '6.3.0'
1818
end

podspec-strict-template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414
s.platform = :ios, "8.0"
1515
s.static_framework = true
1616
s.dependency 'React'
17-
s.dependency 'AppsFlyerFramework/Strict', '6.2.6'
17+
s.dependency 'AppsFlyerFramework/Strict', '6.3.0'
1818
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
1919
end

react-native-appsflyer.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ Pod::Spec.new do |s|
1414
s.platform = :ios, "8.0"
1515
s.static_framework = true
1616
s.dependency 'React'
17-
s.dependency 'AppsFlyerFramework', ' 6.2.6'
17+
s.dependency 'AppsFlyerFramework', ' 6.3.0'
1818
end

0 commit comments

Comments
 (0)