Skip to content

Commit

Permalink
6.x.x/6.3.x/6.3.0
Browse files Browse the repository at this point in the history
Releases/6.x.x/6.3.x/6.3.0
  • Loading branch information
amit-kremer93 authored May 20, 2021
2 parents f5c87de + e31a85a commit f6d6579
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Versions
## 6.3.0
- iOS SDK 6.3.0
- Android SDK 6.3.0

## 6.2.60
- iOS SDK 6.2.6
- Remove get SKAD rules manually
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@

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

- iOS AppsFlyerSDK **v6.2.6**
- Android AppsFlyerSDK **v6.2.0**
- iOS AppsFlyerSDK **v6.3.0**
- Android AppsFlyerSDK **v6.3.0**

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

- From version `6.3.0`, we use `xcframework` for iOS platform, then you need to use cocoapods version >= 1.10

- From version `6.2.30`, `logCrossPromotionAndOpenStore` api will register as `af_cross_promotion` instead of `af_app_invites` in your dashboard.<br>
Click on a link that was generated using `generateInviteLink` api will be register as `af_app_invites`.

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repositories {
dependencies {
implementation "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation "com.android.installreferrer:installreferrer:${safeExtGet('installReferrerVersion', '2.1')}"
implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.2.0')}"
implementation "com.appsflyer:af-android-sdk:${safeExtGet('appsflyerVersion', '6.3.0')}"
//-----
// Required -- JUnit 4 framework
testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion ios/AppsFlyerLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// AppsFlyerLib.h
// AppsFlyerLib
//
// AppsFlyer iOS SDK 6.2.4 (71)
// AppsFlyer iOS SDK 6.3.0 (11)
// Copyright (c) 2012-2020 AppsFlyer Ltd. All rights reserved.
//

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-appsflyer",
"version": "6.2.60",
"version": "6.3.0",
"description": "React Native Appsflyer plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion podspec-regular-template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.static_framework = true
s.dependency 'React'
s.dependency 'AppsFlyerFramework', '6.2.6'
s.dependency 'AppsFlyerFramework', '6.3.0'
end
2 changes: 1 addition & 1 deletion podspec-strict-template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.static_framework = true
s.dependency 'React'
s.dependency 'AppsFlyerFramework/Strict', '6.2.6'
s.dependency 'AppsFlyerFramework/Strict', '6.3.0'
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
end
2 changes: 1 addition & 1 deletion react-native-appsflyer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.static_framework = true
s.dependency 'React'
s.dependency 'AppsFlyerFramework', ' 6.2.6'
s.dependency 'AppsFlyerFramework', ' 6.3.0'
end

0 comments on commit f6d6579

Please sign in to comment.