From e84c23fcc51f729c0f13096348ae9aed93b134c9 Mon Sep 17 00:00:00 2001 From: easteracrobat Date: Mon, 16 Apr 2018 15:57:19 +0200 Subject: [PATCH] Uninstall README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.