React Native Plugin
Ứng dụng mẫu
Kho lưu trữ Github cho trình cắm
Kho lưu trữ Github cho trình cắm này tại đây
Native SDKs compatibility
- Android AppsFlyer SDK v6.13.0
- iOS AppsFlyer SDK v6.13.1
❗ Breaking changes when updating to v6.x.x❗❗
-
Kể từ phiên bản
6.3.0
, chúng tôi sử dụngxcframework
for iOS platform. Then you need to use cocoapods version >= 1.10 -
Kể từ phiên bản
6.2.30
,logCrossPromotionAndOpenStore
api will register asaf_cross_promotion
instead ofaf_app_invites
in your dashboard.
Click on a link that was generated usinggenerateInviteLink
api will be register asaf_app_invites
. -
Kể từ phiên bản
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.
🚀 Bắt đầu
- Cài đặt
- Expo Installation
- Tích hợp
- Thử nghiệm tích hợp
- Sự kiện trong Ứng dụng
- Đo lường lượt Gỡ cài đặt
🔗 Deep Linking
🧪 Sample Apps
Đã cập nhật 4 tháng trước