Skip to content

Commit 593ac06

Browse files
author
Chris Marshall
authored
Merge pull request #328 from adjust/uninstall-readme-update
Uninstall README update
2 parents d306af7 + e84c23f commit 593ac06

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
@@ -570,6 +570,8 @@ ADJAttribution *attribution = [Adjust attribution];
570570

571571
### <a id="push-token"></a>Push token
572572

573+
Push tokens are used for Audience Builder and client callbacks, and they are required for uninstall and reinstall tracking.
574+
573575
To send us the push notification token, add the following call to `Adjust` in the `didRegisterForRemoteNotificationsWithDeviceToken` of your app delegate:
574576

575577
```objc
@@ -578,8 +580,6 @@ To send us the push notification token, add the following call to `Adjust` in th
578580
}
579581
```
580582

581-
Push tokens are used for the Adjust Audience Builder and client callbacks, and are required for the upcoming uninstall tracking feature.
582-
583583
### <a id="pre-installed-trackers"></a>Pre-installed trackers
584584

585585
If you want to use the Adjust SDK to recognize users that found your app pre-installed on their device, follow these steps.

0 commit comments

Comments
 (0)