Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani-Koza-AF committed Apr 30, 2024
1 parent 146c3cf commit 663e13c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/Guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- [Uninstall](#uninstall)
- [Android Uninstall Setup](#android-uninstall)
- [iOS Uninstall Setup](#ios-uninstall)

- [Install Referrers](#referrers)


## <a id="init-sdk"> Init SDK
Expand Down Expand Up @@ -375,3 +375,14 @@ Note : If you use this method you will need to collect the APNs token using a th
```typescript
AppsFlyer.updateServerUninstallToken({token: 'replace_with_token'});
```

### <a id="referrers"> Adding Install Referrer Libraries
The AppsFlyer SDK supports several store referrer libraries. Using a store referrer improves attribution accuracy.

You only need to add the referrer dependency, the SDK takes care of the rest:
[Google Play Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#google-play-install-referrer)<br>
[Meta Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#meta-install-referrer)<br>
[Huawei Install Referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#huawei-install-referrer)<br>
[Xiaomi GetApps store referrer](https://dev.appsflyer.com/hc/docs/install-android-sdk#xiaomi-getapps-store-referrer)<br>

**Note:** Satring plugin version 6.14.3, Huawei referrer is collected in a different way than it used to be, please follow the new instructions provided [here.](https://dev.appsflyer.com/hc/docs/install-android-sdk#huawei-install-referrer)

0 comments on commit 663e13c

Please sign in to comment.