1.0.0 โ€ข Published 18 days ago

@f1stnpm2/harum-occaecati-voluptatem v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
18 days ago

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.

This plugin is built for

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

โ—โ— Breaking changes when updating to v6.x.xโ—โ—

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


๐Ÿš€ Getting Started

  • [Installation](/Docs/RN_Installation.md)
  • [Expo Installation](/Docs/RN_ExpoInstallation.md)
  • [Integration](/Docs/RN_Integration.md)
  • [Test integration](/Docs/RN_Testing.md)
  • [In-app events](/Docs/RN_InAppEvents.md)
  • [Uninstall measurement](/Docs/RN_UninstallMeasurement.md)
  • [Send consent for DMA compliance](/Docs/RN_CMP.md)

๐Ÿ”— Deep Linking

  • [Integration](/Docs/RN_DeepLinkIntegrate.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)
  • [๐Ÿ†• Expo Sample App](https://github.com/AppsFlyerSDK/appsflyer-expo-sample-app)

[API reference](/Docs/RN_API.md)