Skip to content

Countingup/appsflyer-react-native-plugin

This branch is 189 commits behind AppsFlyerSDK/appsflyer-react-native-plugin:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 22, 2022
Sep 22, 2022
Aug 22, 2022
Sep 22, 2022
May 18, 2022
May 15, 2022
Aug 25, 2022
Aug 22, 2022
May 18, 2022
Apr 29, 2021
Sep 22, 2022
Jul 2, 2017
Sep 22, 2022
Jan 25, 2022
Aug 23, 2022
Aug 22, 2022
Sep 22, 2022
Aug 30, 2022
Nov 21, 2019

Repository files navigation

appsflyer-react-native-plugin

License: MIT npm version Downloads

πŸ›  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.

  • Android AppsFlyer SDK v6.9.1
  • iOS AppsFlyer SDK v6.8.1
  • From version 6.3.0, we use xcframework for iOS platform. Then you need to use cocoapods version >= 1.10

  • From 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.

  • From version 6.0.0 we have renamed the following APIs:

Old API New API
trackEvent logEvent
trackLocation logLocation
stopTracking stop
trackCrossPromotionImpression logCrossPromotionImpression
trackAndOpenStore logCrossPromotionAndOpenStore
setDeviceTrackingDisabled anonymizeUser
AppsFlyerTracker AppsFlyerLib

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

πŸ“– Guides

About

AppsFlyer plugin for React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 42.3%
  • Java 31.1%
  • JavaScript 25.8%
  • Ruby 0.8%