react-native-appsflyer
Advanced tools
Comparing version 6.1.30 to 6.1.40
# Versions | ||
## 6.1.40 | ||
- fix onAppOpenAttribution on iOS. PLEASE check out the Docs [here](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/blob/releases/6.x.x/6.1.x/6.1.40/Docs/Guides.md#-ios-deep-links---universal-links-and-url-schemes) | ||
## 6.1.30 | ||
@@ -3,0 +6,0 @@ - Android SDK 6.1.3 |
@@ -291,3 +291,16 @@ # React Native Appsflyer Plugin Guides | ||
#### import | ||
If using react-native-appsflyer plugin version >= 6.1.40 | ||
```objectivec | ||
#import <RNAppsFlyer.h> | ||
``` | ||
And in `didFinishLaunchingWithOptions` method: | ||
```objectivec | ||
if(_AppsFlyerdelegate == nil){ | ||
_AppsFlyerdelegate = [[RNAppsFlyer alloc] init]; | ||
} | ||
[[AppsFlyerLib shared] setDelegate:_AppsFlyerdelegate]; | ||
``` | ||
If using react-native-appsflyer plugin version <= 6.1.30 | ||
```objectivec | ||
#import <React/RCTLinkingManager.h> | ||
@@ -294,0 +307,0 @@ #if __has_include(<AppsFlyerLib/AppsFlyerLib.h>) // from Pod |
{ | ||
"name": "react-native-appsflyer", | ||
"version": "6.1.30", | ||
"version": "6.1.40", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1503261