react-native-appsflyer
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
## 6.15.3 | ||
Release date: *2025-01-8* | ||
- React Native >> Update iOS SDK to v6.15.3 | ||
- React native >> Update Android SDK to v6.15.2 | ||
## 6.15.1 | ||
@@ -2,0 +8,0 @@ Release date: *2024-09-15* |
@@ -12,48 +12,49 @@ --- | ||
The list of available methods for this plugin is described below. | ||
- [APIs](#apis) | ||
- [Android and iOS APIs](#android-and-ios-apis) | ||
- [initSDK](#initsdk) | ||
- [startSdk](#startsdk) | ||
- [logEvent](#logevent) | ||
- [setCustomerUserId](#setcustomeruserid) | ||
- [stop](#stop) | ||
- [setAppInviteOneLinkID](#setappinviteonelinkid) | ||
- [setAdditionalData](#setadditionaldata) | ||
- [setResolveDeepLinkURLs](#setresolvedeeplinkurls) | ||
- [setOneLinkCustomDomain](#setonelinkcustomdomain) | ||
- [setCurrencyCode](#setcurrencycode) | ||
- [logLocation](#loglocation) | ||
- [anonymizeUser](#anonymizeuser) | ||
- [getAppsFlyerUID](#getappsflyeruid) | ||
- [setHost](#sethost) | ||
- [setUserEmails](#setuseremails) | ||
- [generateInviteLink](#generateinvitelink) | ||
- [setSharingFilterForAllPartners](#setsharingfilterforallpartners) *Deprecated* | ||
- [setSharingFilter](#setsharingfilter) *Deprecated* | ||
- [setSharingFilterForPartners](#setsharingfilterforpartners) | ||
- [validateAndLogInAppPurchase](#validateandloginapppurchase) | ||
- [updateServerUninstallToken](#updateserveruninstalltoken) | ||
- [sendPushNotificationData](#sendpushnotificationdata) | ||
- [addPushNotificationDeepLinkPath](#addpushnotificationdeeplinkpath) | ||
- [appendParametersToDeepLinkingURL](#appendparameterstodeeplinkingurl) | ||
- [disableAdvertisingIdentifier](#disableAdvertisingIdentifier) | ||
- [enableTCFDataCollection](#enableTCFDataCollection) | ||
- [setConsentData](#setConsentData) | ||
- [logAdRevenue](#logAdRevenue) | ||
- [initSdk](#initsdk) | ||
- [startSdk](#startsdk) | ||
- [logEvent](#logevent) | ||
- [setCustomerUserId](#setcustomeruserid) | ||
- [stop](#stop) | ||
- [setAppInviteOneLinkID](#setappinviteonelinkid) | ||
- [setAdditionalData](#setadditionaldata) | ||
- [setResolveDeepLinkURLs](#setresolvedeeplinkurls) | ||
- [setOneLinkCustomDomains](#setonelinkcustomdomains) | ||
- [setCurrencyCode](#setcurrencycode) | ||
- [logLocation](#loglocation) | ||
- [anonymizeUser](#anonymizeuser) | ||
- [getAppsFlyerUID](#getappsflyeruid) | ||
- [setHost](#sethost) | ||
- [setUserEmails](#setuseremails) | ||
- [generateInviteLink](#generateinvitelink) | ||
- [setSharingFilterForAllPartners](#setsharingfilterforallpartners) | ||
- [setSharingFilter](#setsharingfilter) | ||
- [setSharingFilterForPartners](#setsharingfilterforpartners) | ||
- [validateAndLogInAppPurchase](#validateandloginapppurchase) | ||
- [updateServerUninstallToken](#updateserveruninstalltoken) | ||
- [sendPushNotificationData](#sendpushnotificationdata) | ||
- [addPushNotificationDeepLinkPath](#addpushnotificationdeeplinkpath) | ||
- [appendParametersToDeepLinkingURL](#appendparameterstodeeplinkingurl) | ||
- [disableAdvertisingIdentifier](#disableadvertisingidentifier) | ||
- [enableTCFDataCollection](#enabletcfdatacollection) | ||
- [setConsentData](#setconsentdata) | ||
- [logAdRevenue](#logadrevenue) | ||
- [Android Only APIs](#android-only-apis) | ||
- [setCollectAndroidID](#setcollectandroidid) | ||
- [setCollectIMEI](#setcollectimei) | ||
- [setDisableNetworkData](#setdisablenetworkdata) | ||
- [performOnDeepLinking](#performondeeplinking) | ||
- [setCollectAndroidID](#setcollectandroidid) | ||
- [setCollectIMEI](#setcollectimei) | ||
- [setDisableNetworkData `setDisableNetworkData(disable)`](#setdisablenetworkdata-setdisablenetworkdatadisable) | ||
- [performOnDeepLinking](#performondeeplinking) | ||
- [iOS Only APIs](#ios-only-apis) | ||
- [disableCollectASA](#disablecollectasa) | ||
- [setUseReceiptValidationSandbox](#setusereceiptvalidationsandbox) | ||
- [disableSKAD](#disableskad) | ||
- [setCurrentDeviceLanguage](#setcurrentdevicelanguage) | ||
- [disableIDFVCollection](#disableidfvcollection) | ||
- [disableCollectASA](#disablecollectasa) | ||
- [disableIDFVCollection](#disableidfvcollection) | ||
- [setUseReceiptValidationSandbox](#setusereceiptvalidationsandbox) | ||
- [disableSKAD](#disableskad) | ||
- [setCurrentDeviceLanguage](#setcurrentdevicelanguage) | ||
- [AppsFlyerConversionData](#appsflyerconversiondata) | ||
- [onInstallConversionData](#oninstallconversiondata) | ||
- [onInstallConversionFailure](#oninstallconversionfailure) | ||
- [onAppOpenAttribution](#onappopenattribution) | ||
- [onAttributionFailure](#onattributionfailure) | ||
- [onDeepLink](#ondeeplink) | ||
- [onInstallConversionData](#oninstallconversiondata) | ||
- [onInstallConversionFailure](#oninstallconversionfailure) | ||
- [onAppOpenAttribution](#onappopenattribution) | ||
- [onAttributionFailure](#onattributionfailure) | ||
- [onDeepLink](#ondeeplink) | ||
--- | ||
@@ -113,3 +114,3 @@ | ||
#### startSdk | ||
### startSdk | ||
`startSdk()` | ||
@@ -152,3 +153,3 @@ | ||
#### logEvent | ||
### logEvent | ||
`logEvent(eventName, eventValues, success, error)` | ||
@@ -804,3 +805,3 @@ | ||
### logAdRevenue - Since 6.15.1 | ||
### logAdRevenue | ||
`logAdRevenue(data: AFAdRevenueData): void` | ||
@@ -812,4 +813,2 @@ | ||
#### Parameters | ||
| Param | Type | | ||
@@ -819,3 +818,3 @@ | -------------- | ---------------------------------------------------------- | | ||
#### Usage Example for React Native: | ||
*Example:* | ||
@@ -822,0 +821,0 @@ ```javascript |
@@ -26,3 +26,3 @@ --- | ||
2. **For Android apps:** You need to add `setIntent()` inside the `onNewIntent` method like described [here](RN_DeepLinkIntegrate.md#android-deeplink-setup). This plugin is NOT adding this code out the box, so you need to implement it **manually or with [custom config plugin](https://docs.expo.dev/modules/config-plugin-and-native-module-tutorial/#4-creating-a-new-config-plugin)** | ||
2. **For Android apps:** You need to add `setIntent()` inside the `onNewIntent` method like described [here](https://dev.appsflyer.com/hc/docs/rn_deeplinkintegrate#android-deeplink-setup). This plugin is NOT adding this code out the box, so you need to implement it **manually or with [custom config plugin](https://docs.expo.dev/modules/config-plugin-and-native-module-tutorial/#4-creating-a-new-config-plugin)** | ||
@@ -29,0 +29,0 @@ ## Full app.json example |
{ | ||
"name": "react-native-appsflyer", | ||
"version": "6.15.1", | ||
"version": "6.15.3", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -15,4 +15,5 @@ <img src="https://massets.appsflyer.com/wp-content/uploads/2018/06/20092440/static-ziv_1TP.png" width="400" > | ||
- Android AppsFlyer SDK **v6.13.0** | ||
- iOS AppsFlyer SDK **v6.13.1** | ||
- Android AppsFlyer SDK **v6.15.2** | ||
- iOS AppsFlyer SDK **v6.15.3** | ||
- Tested with React-Native **v0.62.0** (older versions might be supported) | ||
@@ -50,7 +51,8 @@ ## <a id="breaking-changes"> ❗❗ Breaking changes when updating to v6.x.x❗❗ | ||
--- | ||
--- | ||
## 🚀 Getting Started | ||
## 🚀 Getting Started | ||
- [Installation](/Docs/RN_Installation.md) | ||
- [***Expo*** Installation](/Docs/RN_ExpoInstallation.md) | ||
- [**_Expo_** Installation](/Docs/RN_ExpoInstallation.md) | ||
- [Integration](/Docs/RN_Integration.md) | ||
@@ -61,8 +63,12 @@ - [Test integration](/Docs/RN_Testing.md) | ||
- [Send consent for DMA compliance](/Docs/RN_CMP.md) | ||
## 🔗 Deep Linking | ||
## 🔗 Deep Linking | ||
- [Integration](/Docs/RN_DeepLinkIntegrate.md) | ||
- [***Expo*** Integration](/Docs/RN_ExpoDeepLinkIntegration.md) | ||
- [**_Expo_** Integration](/Docs/RN_ExpoDeepLinkIntegration.md) | ||
- [Unified Deep Link (UDL)](/Docs/RN_UnifiedDeepLink.md) | ||
- [User Invite](/Docs/RN_UserInvite.md) | ||
## 🧪 Sample Apps | ||
- [React-Native Sample App](/demos/appsflyer-react-native-app) | ||
@@ -72,2 +78,1 @@ - [🆕 Expo Sample App](https://github.com/AppsFlyerSDK/appsflyer-expo-sample-app) | ||
### [API reference](/Docs/RN_API.md) | ||
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
779496
119.77%110
64.18%3095
30.59%75
7.14%1
Infinity%