简体   繁体   中英

How to integrate an App Secret into your Adjust SDK?

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.

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM