diff --git a/README.md b/README.md
index fd47d8f2a..c1a9dd642 100644
--- a/README.md
+++ b/README.md
@@ -570,6 +570,8 @@ ADJAttribution *attribution = [Adjust attribution];
### Push token
+Push tokens are used for Audience Builder and client callbacks, and they are required for uninstall and reinstall tracking.
+
To send us the push notification token, add the following call to `Adjust` in the `didRegisterForRemoteNotificationsWithDeviceToken` of your app delegate:
```objc
@@ -578,8 +580,6 @@ To send us the push notification token, add the following call to `Adjust` in th
}
```
-Push tokens are used for the Adjust Audience Builder and client callbacks, and are required for the upcoming uninstall tracking feature.
-
### Pre-installed trackers
If you want to use the Adjust SDK to recognize users that found your app pre-installed on their device, follow these steps.