Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-kremer93 committed Apr 30, 2023
2 parents a47a529 + 3ff22e9 commit 6a5f030
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="https://massets.appsflyer.com/wp-content/uploads/2018/06/20092440/static-ziv_1TP.png" width="400" >
<img src="https://massets.appsflyer.com/wp-content/uploads/2018/06/20092440/static-ziv_1TP.png" width="400" >

# appsflyer-react-native-plugin

Expand All @@ -8,32 +8,31 @@

🛠 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.*
> _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._
### <a id="plugin-build-for"> This plugin is built for

- Android AppsFlyer SDK **v6.10.2**
- iOS AppsFlyer SDK **v6.10.1**

## <a id="breaking-changes"> ❗❗ Breaking changes when updating to v6.x.x❗❗
## <a id="breaking-changes"> ❗❗ 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.<br>
Click on a link that was generated using `generateInviteLink` api will be register as `af_app_invites`.
- From version `6.2.30`, `logCrossPromotionAndOpenStore` api will register as `af_cross_promotion` instead of `af_app_invites` in your dashboard.<br>
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 |
| AppsFlyerTracker | AppsFlyerLib |

And removed the following ones:

Expand All @@ -43,14 +42,24 @@ And removed the following ones:

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

## 📖 Guides
- [Adding the SDK to your project](/Docs/Installation.md)
- [Integrate into an ***Expo*** project](/Docs/Expo.md)
- [Initializing the SDK](/Docs/BasicIntegration.md)
## 🚀 Guides

- [Installation](/Docs/Installation.md)
- [**_Expo_** Installation](/Docs/Expo.md)
- [Integration](/Docs/BasicIntegration.md)
- [Testing the integration](/Docs/Testing.md)
- [In-app Events](/Docs/InAppEvents.md)
- [Deep Linking](/Docs/DeepLink.md)
- [Advanced APIs](/Docs/AdvancedAPI.md)
- [Testing the integration](/Docs/Testing.md)
- [APIs](/Docs/API.md)
- [React-Native Sample App](/demos)

## 🌟 Deep Linking

- [Deep Linking](/Docs/DeepLink.md)

## 🌟 Deep Linking

### [API refrence](/Docs/API.md)

test

0 comments on commit 6a5f030

Please sign in to comment.