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.
在反编译随机 android APK 文件时,我发现 Applovin Sdk 密钥在清单文件中是可公开访问的。
<meta-data android:name="applovin.sdk.key" android:value="[KEY]"/>
是安全问题吗?
这不是安全问题。sdk 密钥有助于定义您的帐户,但没有人可以使用该密钥访问您的任何数据。如果有人拥有您的密钥,他们可以为您创造收入,仅此而已。