Package Exports
- react-native-appsflyer
- react-native-appsflyer/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-appsflyer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
appsflyer-react-native-plugin
๐ In order for us to provide optimal support, we would kindly ask you to submit any issues to support@appsflyer.com
When submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , production steps, logs, code snippets and any additional relevant information.
This plugin is built for
- Android AppsFlyer SDK v6.17.3
- iOS AppsFlyer SDK v6.17.5
- Minimum tested with React-Native v0.62.0 (older versions might be supported)
Release Updates
Starting with version
6.17.1the plugin supports the Purchase Connector for validating and measuring Subscription and In-app purchase events. Integration guide can be found here.Starting with version
6.17.1the TypeScript interfaces for Purchase Connector data sources have been simplified and are now breaking changes:PurchaseRevenueDataSource.purchaseRevenueAdditionalParametersForProducts()function has been replaced withadditionalParametersobjectPurchaseRevenueDataSourceStoreKit2.purchaseRevenueAdditionalParametersStoreKit2ForProducts()function has been replaced withadditionalParametersobject
Starting with version
6.16.2,AppsFlyerConsent.forGDPRUserandAppsFlyerConsent.forNonGDPRUserhave been deprecated. Use the newAppsFlyerConsentconstructor instead. See Deprecation Notice.Starting with version
6.15.1, upgraded to targetSDKVersion 34, Java 17, and Gradle 8.7 in AppsFlyer Android SDK v6.15.1.Starting with version
6.15.1, iOS Minimum deployment target is set to 12.0.
๐ Getting Started
- Installation
- Expo Installation
- Integration
- Test integration
- In-app events
- Uninstall measurement
- Send consent for DMA compliance
- Purchase Connector