File tree Expand file tree Collapse file tree
src/main/java/com/appsflyer/reactnative Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ ## 6.12.1
2+ Release date: * 2023-07-26*
3+
4+ - Add 'link' property to onDeepLink object
5+ - Update Android sdk v6.12.1
6+ - Update iOS sdk v6.12.0
7+
18## 6.10.3
29 Release date: * 2023-05-02*
310
Original file line number Diff line number Diff line change 1212
1313### <a id =" plugin-build-for " > This plugin is built for
1414
15- - Android AppsFlyer SDK ** v6.10.3 **
16- - iOS AppsFlyer SDK ** v6.10.1 **
15+ - Android AppsFlyer SDK ** v6.12.1 **
16+ - iOS AppsFlyer SDK ** v6.12.0 **
1717
1818## <a id =" breaking-changes " > ❗❗ Breaking changes when updating to v6.x.x❗❗
1919
Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ repositories {
5454dependencies {
5555 implementation " com.facebook.react:react-native:${ safeExtGet('reactNativeVersion', '+')} "
5656 implementation " com.android.installreferrer:installreferrer:${ safeExtGet('installReferrerVersion', '2.1')} "
57- api " com.appsflyer:af-android-sdk:${ safeExtGet('appsflyerVersion', '6.10.3 ')} "
57+ api " com.appsflyer:af-android-sdk:${ safeExtGet('appsflyerVersion', '6.12.1 ')} "
5858}
Original file line number Diff line number Diff line change 66
77public class RNAppsFlyerConstants {
88
9- final static String PLUGIN_VERSION = "6.10.3 " ;
9+ final static String PLUGIN_VERSION = "6.12.1 " ;
1010 final static String NO_DEVKEY_FOUND = "No 'devKey' found or its empty" ;
1111 final static String UNKNOWN_ERROR = "AF Unknown Error" ;
1212 final static String SUCCESS = "Success" ;
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ declare module "react-native-appsflyer" {
5858 deep_link_sub1 ?: string ;
5959 media_source : string ;
6060 pid ?: string ;
61+ link : string ,
6162 af_sub1 ?: string ;
6263 af_sub2 ?: string ;
6364 af_sub3 ?: string ;
Original file line number Diff line number Diff line change 2222@end
2323
2424
25- static NSString *const kAppsFlyerPluginVersion = @" 6.10.3 " ;
25+ static NSString *const kAppsFlyerPluginVersion = @" 6.12.1 " ;
2626static NSString *const NO_DEVKEY_FOUND = @" No 'devKey' found or its empty" ;
2727static NSString *const NO_APPID_FOUND = @" No 'appId' found or its empty" ;
2828static NSString *const NO_EVENT_NAME_FOUND = @" No 'eventName' found or its empty" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-appsflyer" ,
3- "version" : " 6.10.3 " ,
3+ "version" : " 6.12.1 " ,
44 "description" : " React Native Appsflyer plugin" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ Pod::Spec.new do |s|
1818 # AppsFlyerFramework
1919 if defined? ( $RNAppsFlyerStrictMode) && ( $RNAppsFlyerStrictMode == true )
2020 Pod ::UI . puts "#{ s . name } : Using AppsFlyerFramework/Strict mode"
21- s . dependency 'AppsFlyerFramework/Strict' , '6.10.1 '
21+ s . dependency 'AppsFlyerFramework/Strict' , '6.12.0 '
2222 s . xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) AFSDK_NO_IDFA=1' }
2323 else
2424 if !defined? ( $RNAppsFlyerStrictMode)
2525 Pod ::UI . puts "#{ s . name } : Using default AppsFlyerFramework. You may require App Tracking Transparency. Not allowed for Kids apps."
2626 Pod ::UI . puts "#{ s . name } : You may set variable `$RNAppsFlyerStrictMode=true` in Podfile to use strict mode for kids apps."
2727 end
28- s . dependency 'AppsFlyerFramework' , '6.10.1 '
28+ s . dependency 'AppsFlyerFramework' , '6.12.0 '
2929 end
3030end
You can’t perform that action at this time.
0 commit comments