Skip to content

Commit f199d24

Browse files
author
Chris Marshall
authored
Merge pull request #330 from adjust/uninstall-readme-update
Uninstall tracking update in push token README section
2 parents 369b803 + bd92aa5 commit f199d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ AdjustAttribution attribution = Adjust.getAttribution();
764764

765765
### <a id="push-token"></a>Push token
766766

767+
Push tokens are used for Audience Builder and client callbacks, and they are required for uninstall and reinstall tracking.
768+
767769
To send us the push notification token, add the following call to Adjust once you have obtained your token or when ever it's value is changed:
768770

769771
```java
@@ -778,8 +780,6 @@ We still support the previous signature of the same method:
778780
Adjust.setPushToken(pushNotificationsToken);
779781
```
780782

781-
Push tokens are used for Audience Builder and client callbacks, and they are required for the upcoming uninstall tracking feature.
782-
783783
### <a id="track-additional-ids"></a>Track additional device identifiers
784784

785785
If you are distributing your app **outside of the Google Play Store** and would like to track additional device identifiers (IMEI and MEID), you need to explicitly instruct the Adjust SDK to do so. You can do that by calling the `setReadMobileEquipmentIdentity` method of the `AdjustConfig` instance and passing a `true` parameter to it. **The Adjust SDK does not collect these identifiers by default**.

0 commit comments

Comments
 (0)