File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
android/src/main/java/com/appsflyer/reactnative Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 6.15.3
2+ Release date: * 2025-01-8*
3+
4+ - React Native >> Update iOS SDK to v6.15.3
5+ - React native >> Update Android SDK to v6.15.2
6+
17## 6.15.1
28 Release date: * 2024-09-15*
39
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.15.1 **
16- - iOS AppsFlyer SDK ** v6.15.1 **
15+ - Android AppsFlyer SDK ** v6.15.2 **
16+ - iOS AppsFlyer SDK ** v6.15.3 **
1717- Tested with React-Native ** v0.62.0** (older versions might be supported)
1818
1919## <a id =" breaking-changes " > ❗❗ Breaking changes when updating to v6.x.x❗❗
Original file line number Diff line number Diff line change 66
77public class RNAppsFlyerConstants {
88
9- final static String PLUGIN_VERSION = "6.15.1 " ;
9+ final static String PLUGIN_VERSION = "6.15.3 " ;
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 2222@end
2323
2424
25- static NSString *const kAppsFlyerPluginVersion = @" 6.15.1 " ;
25+ static NSString *const kAppsFlyerPluginVersion = @" 6.15.3 " ;
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.15.1 " ,
3+ "version" : " 6.15.3 " ,
44 "description" : " React Native Appsflyer plugin" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments