How to integrate an App Secret into your Adjust SDK?

1.3k views Asked by At

According to the document of AdjustSDK. This is code to integrate

config.setAppSecret(secretId, info1, info2, info3, info4);

Please explain me the parameters inside it.

1

There are 1 answers

3
No Body On

An App Secret is a set of five integers. Adjust uses this value to hash key data points when sending SDK traffic to Adjust’s servers, where Adjust can verify the legitimacy of the installs based on this hash value. The App Secret is so instrumental in computing the SDK Signature that only the plain text format (as exported from your Adjust Dashboard) can be used to derive it.

9.2 What is an App Secret?