Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 AdjustSDK 的文档。这是要集成的代码
config.setAppSecret(secretId, info1, info2, info3, info4);
请解释一下里面的参数。
App Secret 是一组五个整数。当向 Adjust 的服务器发送 SDK 流量时,Adjust 使用该值对关键数据点进行哈希处理,Adjust 可以根据该哈希值验证安装的合法性。App Secret 在计算 SDK 签名方面非常重要,因此只有纯文本格式(从您的 Adjust 控制面板导出)可以用于派生它。
9.2 什么是 App Secret?