简体   繁体   English

如何将App Secret集成到Adjust SDK中?

[英]How to integrate an App Secret into your Adjust SDK?

According to the document of AdjustSDK. 根据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. 在将SDK流量发送到Adjust的服务器时,Adjust使用此值对关键数据点进行哈希处理,其中Adj​​ust可以根据此哈希值验证安装的合法性。 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. App Secret在计算SDK签名时非常有用,以至只能使用纯文本格式(从Adjust Dashboard导出)。

9.2 What is an App Secret? 9.2什么是应用程序机密?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Samsung Knox SDK 与您的企业 Android 应用程序集成 - How to Integrate Samsung Knox SDK with your Enterprise Android Application 如何将最新的admob SDK集成到Android应用 - How to integrate the latest admob sdk to Android app 如何将 Amazon Alexa SDK 集成到 android 应用程序中? - How to integrate Amazon Alexa SDK to the android app? 如何将 instabug SDK 集成到 flutter 应用程序中 - How to integrate instabug SDK into flutter app 如何在Android上的本机联系人应用程序中将您的应用程序集成到QUICK CONTACT中? - How to integrate your app in QUICK CONTACT on the native contact app on android? Login with Facebook iOS and Android SDK 如何使用应用秘钥? - How does Login with Facebook iOS and Android SDK use the app secret? Google Assistant SDK 将其集成到应用程序中 - Google Assistant SDK to integrate it in an app 如何将Payu本机SDK与iOS和Android应用程序集成 - How to integrate payu native sdk with ios and android app 如何在非 AndroidX 应用程序中集成任何 AndroidX SDK - How to integrate any AndroidX SDK in Non AndroidX app 如何在现有的 React Native App 中集成原生 ios 摄像头 SDK? - How to integrate native ios camera SDK in existing react native App?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM