React Native Plugin

Exemple d'application

React Native Expo Sample App

Référentiel Github du plugin

📘

Le référentiel Github de ce plugin est ici

License: MIT
npm version
Downloads

Native SDKs compatibility

  • Android AppsFlyer SDK v6.13.0
  • iOS AppsFlyer SDK v6.13.1

❗ Breaking changes when updating to v6.x.x❗❗

  • À partir de la version 6.3.0, nous utilisons xcframework for iOS platform. Then you need to use cocoapods version >= 1.10

  • À partir de la version 6.2.30, logCrossPromotionAndOpenStore api will register as af_cross_promotion instead of af_app_invites in your dashboard.

    Click on a link that was generated using generateInviteLink api will be register as af_app_invites.

  • À partir de la version 6.0.0 we have renamed the following APIs:

Old APINew API
trackEventlogEvent
trackLocationlogLocation
stopTrackingstop
trackCrossPromotionImpressionlogCrossPromotionImpression
trackAndOpenStorelogCrossPromotionAndOpenStore
setDeviceTrackingDisabledanonymizeUser
AppsFlyerTrackerAppsFlyerLib

And removed the following ones:

  • trackAppLaunch -> no longer needed. See new init guide
  • sendDeepLinkData -> no longer needed. See new init guide
  • enableUninstallTracking -> no longer needed. See new uninstall measurement guide

If you have used 1 of the removed APIs, please check the integration guide for the updated instructions.


🚀 Démarrer

🔗 Deep Linking

🧪 Sample Apps