react-native-appsflyer
Advanced tools
Comparing version 6.2.30 to 6.2.31
# Versions | ||
## 6.2.31 | ||
- Update readme for iOS 14.5 | ||
- Send a session manually on launch (Android) | ||
- Add 'isDeferred' boolean in onDeepLinking | ||
## 6.2.30 | ||
@@ -3,0 +8,0 @@ - iOS SDK 6.2.3 |
{ | ||
"name": "react-native-appsflyer", | ||
"version": "6.2.30", | ||
"version": "6.2.31", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -112,4 +112,4 @@ | ||
Initialize the SDK to enable AppsFlyer to detect installations, sessions (app opens) and updates. | ||
Initialize the SDK to enable AppsFlyer to detect installations, sessions (app opens) and updates.<br> | ||
NOTE! for iOS 14.5, we use `timeToWaitForATTUserAuthorization` parameter. please read more [Here](https://support.appsflyer.com/hc/en-us/articles/207032066-iOS-SDK-V6-X-integration-guide-for-developers#additional-apis-configuring-app-tracking-transparency-att-support) | ||
```javascript | ||
@@ -127,2 +127,3 @@ import React, {Component} from 'react'; | ||
onDeepLinkListener: true, //Optional | ||
timeToWaitForATTUserAuthorization: 10 //for iOS 14.5 | ||
}, | ||
@@ -145,2 +146,3 @@ (result) => { | ||
|onDeepLinkListener| Set listener for DDL response (Optional. default=false) | | ||
|timeToWaitForATTUserAuthorization| Time for the sdk to wait before launch. please read more [Here](https://support.appsflyer.com/hc/en-us/articles/207032066-iOS-SDK-V6-X-integration-guide-for-developers#additional-apis-configuring-app-tracking-transparency-att-support) | | ||
@@ -147,0 +149,0 @@ |
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
1481252
1609
160