Skip to content

Commit 312294b

Browse files
author
easteracrobat
committed
SDK signature added
1 parent b07c642 commit 312294b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ our [Android web views SDK guide](doc/english/web_views.md).
3939
* [Disable tracking](#disable-tracking)
4040
* [Offline mode](#offline-mode)
4141
* [Event buffering](#event-buffering)
42+
* [SDK Signature](#sdk-signature)
4243
* [Background tracking](#background-tracking)
4344
* [Device IDs](#device-ids)
4445
* [Google Play Services advertising identifier](#di-gps-adid)
@@ -679,6 +680,18 @@ config.setEventBufferingEnabled(true);
679680
Adjust.onCreate(config);
680681
```
681682

683+
### <a id="sdk-signature"></a>SDK Signature
684+
685+
The Adjust SDK Signature is enabled on a client-by-client basis. If you are interested in using this feature, please contact your account manager.
686+
687+
If the SDK Signature has already been enabled on your account and you have access to App Secrets in your Adjust Dashboard, please use the method below to integrate the SDK Signature into your app.
688+
689+
An App Secret is set by calling `setAppSecret` on your `AdjustConfig` instance:
690+
691+
```java
692+
[adjustConfig setAppSecret:secretId info1:info1 info2:info2 info3:info3 info4:info4];
693+
```
694+
682695
### <a id="background-tracking"></a>Background tracking
683696

684697
The default behaviour of the Adjust SDK is to pause sending HTTP requests while the app is in the background. You can change this in your `AdjustConfig` instance:

0 commit comments

Comments
 (0)