react-native-appsflyer
Advanced tools
Comparing version 6.3.20 to 6.3.50
@@ -1,11 +0,15 @@ | ||
# Versions | ||
## 6.3.50 | ||
- iOS SDK 6.3.5 | ||
- `setCurrentDeviceLanguage` api for iOS | ||
## 6.3.20 | ||
- iOS SDK 6.3.2 | ||
- Android SDK 6.3.2 | ||
- Fix exception in UDL-android first launch callback parsing | ||
- Add disableAdvertisingIdentifier api in android | ||
### *Bug* | ||
- RN Android >> Exception in UDL callback parsing | ||
### *Technical Story* | ||
- React Native > update native sdk to 6.3.2 | ||
- React Native > add Strict flag to Podfile | ||
## 6.3.0 | ||
- iOS SDK 6.3.0 | ||
- Android SDK 6.3.0 | ||
### *Technical Story* | ||
- React Native > update native sdk to 6.3.0 | ||
@@ -16,2 +20,3 @@ ## 6.2.60 | ||
## 6.2.42 | ||
@@ -22,5 +27,7 @@ - `isDebug` and `appId` optional validation | ||
## 6.2.41 | ||
- Fix SKAD rules | ||
## 6.2.40 | ||
@@ -30,2 +37,3 @@ - iOS SDK 6.2.4 | ||
## 6.2.31 | ||
@@ -36,2 +44,3 @@ - Update readme for iOS 14.5 | ||
## 6.2.30 | ||
@@ -41,2 +50,3 @@ - iOS SDK 6.2.3 | ||
## 6.2.10 | ||
@@ -49,2 +59,3 @@ - Android SDK 6.2.0 | ||
## 6.1.41 | ||
@@ -54,5 +65,7 @@ - Add onAttributionFailure listener | ||
## 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 | ||
@@ -64,5 +77,7 @@ - Android SDK 6.1.3 | ||
## 6.1.20 | ||
- Unified deep linking | ||
## 6.1.10 | ||
@@ -73,2 +88,3 @@ - iOS SDK 6.1.1 | ||
## 6.1.0 | ||
@@ -78,2 +94,3 @@ - iOS SDK 6.1.0 | ||
## 6.0.50 | ||
@@ -83,2 +100,3 @@ - iOS SDK 6.0.5 | ||
## 6.0.33 | ||
@@ -88,2 +106,3 @@ - Send Push Notification API | ||
## 6.0.31 | ||
@@ -95,2 +114,3 @@ - In-App purchase validation | ||
## 6.0.30 | ||
@@ -106,2 +126,3 @@ | ||
## 6.0.20 | ||
@@ -131,2 +152,3 @@ | ||
## 5.4.40 | ||
@@ -142,2 +164,3 @@ - Android SDK v5.4.3 | ||
## 5.4.1 | ||
@@ -156,2 +179,3 @@ - Android and iOS SDK 5.4.1 | ||
## 5.2.0 | ||
@@ -162,11 +186,15 @@ Android AppsFlyer SDK 5.2.0 | ||
## 5.1.3 | ||
Downgrade installReferrer to 1.0 due to bug in installReferrer 1.1 | ||
## 5.1.2 | ||
Add support for iOS for updateServerUninstallToken api | ||
## 5.1.1 | ||
Added setDeviceTrackingDisabled api | ||
## 5.1.0 | ||
@@ -177,2 +205,3 @@ | ||
## 5.0.0 | ||
@@ -183,2 +212,3 @@ | ||
## 1.4.7 | ||
@@ -188,2 +218,3 @@ | ||
## 1.4.6 | ||
@@ -194,2 +225,3 @@ | ||
## 1.4.5 | ||
@@ -204,2 +236,3 @@ | ||
## 1.4.4 | ||
@@ -212,2 +245,3 @@ | ||
## 1.4.3 | ||
@@ -220,2 +254,3 @@ | ||
## 1.4.2 | ||
@@ -233,2 +268,3 @@ | ||
## 1.4.1 | ||
@@ -246,2 +282,3 @@ | ||
## 1.4.0 | ||
@@ -259,1 +296,3 @@ | ||
- [[#53](https://github.com/AppsFlyerSDK/react-native-appsflyer/issues/53)] onInstallConversionData doesn't return onAppOpenAttribution when mounting | ||
@@ -35,2 +35,3 @@ # API | ||
- [disableSKAD](#disableSKAD) | ||
- [setCurrentDeviceLanguage](#setCurrentDeviceLanguage) | ||
@@ -881,1 +882,19 @@ --- | ||
``` | ||
##### <a id="setCurrentDeviceLanguage"> **`setCurrentDeviceLanguage(language)`** | ||
Set the language of the device. The data will be displayed in Raw Data Reports<br> | ||
If you want to clear this property, set an empty string. ("") | ||
| parameter | type | description | | ||
| ----------|----------|------------------| | ||
| language | string | language of the device | | ||
*Example:* | ||
```javascript | ||
if (Platform.OS == 'ios') { | ||
appsFlyer.setCurrentDeviceLanguage("EN"); | ||
} | ||
``` |
@@ -102,2 +102,3 @@ /** | ||
disableSKAD(disableSkad: boolean): void | ||
setCurrentDeviceLanguage(language: string): void | ||
@@ -104,0 +105,0 @@ /** |
10
index.js
@@ -593,2 +593,12 @@ import {NativeEventEmitter, NativeModules} from "react-native"; | ||
/** | ||
* Set the language of the device. The data will be displayed in Raw Data Reports | ||
* @param language | ||
*/ | ||
appsFlyer.setCurrentDeviceLanguage = (language) => { | ||
if (typeof language === 'string'){ | ||
return RNAppsFlyer.setCurrentDeviceLanguage(language); | ||
} | ||
}; | ||
function AFParseJSONException(_message, _data) { | ||
@@ -595,0 +605,0 @@ this.message = _message; |
{ | ||
"name": "react-native-appsflyer", | ||
"version": "6.3.20", | ||
"version": "6.3.50", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
<img src="https://www.appsflyer.com/wp-content/uploads/2016/11/logo-1.svg" width="450"> | ||
<img src="https://raw.githubusercontent.com/AppsFlyerSDK/appsflyer-capacitor-plugin/main/assets/AFLogo_primary.png" width="450"> | ||
@@ -24,3 +24,3 @@ # React Native AppsFlyer plugin for Android and iOS. | ||
- iOS AppsFlyerSDK **v6.3.2** | ||
- iOS AppsFlyerSDK **v6.3.5** | ||
- Android AppsFlyerSDK **v6.3.2** | ||
@@ -27,0 +27,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
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
656
970304
115