Skip to content

Commit 8c8d33a

Browse files
authored
Update README.md
1 parent 8afb3d0 commit 8c8d33a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ We use this broadcast receiver to retrieve the install referrer, in order to imp
179179

180180
If you are already using a different broadcast receiver for the `INSTALL_REFERRER` intent, follow [these instructions][referrer] to add the Adjust broadcast receiver.
181181

182-
**Note**: Receiving referrer information via `INSTALL_REFERRER` intent is part of old Google referrer mechanism which got replaced with [new Google referrer API][new-referrer-api]. It is strongly advised to add support for new API which significantly improves security of the referrer information being delivered into the app and also helps attribution providers to fight click injection in more efficient way. In order to have this supported in your app, please make sure that you have followed [Add the SDK to your project][#sdk-add] chapter properly and that you have following line added to your `build.gradle` file:
182+
**Note**: Receiving referrer information via `INSTALL_REFERRER` intent is part of old Google referrer mechanism which got replaced with [new Google referrer API][new-referrer-api]. It is strongly advised to add support for new API which significantly improves security of the referrer information being delivered into the app and also helps attribution providers to fight click injection in more efficient way. In order to have this supported in your app, please make sure that you have followed [Add the SDK to your project](#sdk-add) chapter properly and that you have following line added to your `build.gradle` file:
183183

184184
```
185185
compile 'com.android.installreferrer:installreferrer:1.0'
@@ -736,7 +736,8 @@ To send us the push notification token, add the following call to Adjust once yo
736736
Adjust.setPushToken(pushNotificationsToken, context);
737737
```
738738

739-
This updated signature with the context, allows the SDK to cover more scenarios to make sure the token is send.
739+
This updated signature with the context allows the SDK to cover more scenarios to make sure that the push token is sent and it is advised to use this method signature from above.
740+
740741
We still support the previous signature of the same method:
741742

742743
```java

0 commit comments

Comments
 (0)