-
-
Notifications
You must be signed in to change notification settings - Fork 389
Open
Description
我的应用在启动界面(splash)弹的隐私弹窗,点击同意跳主页,然后调用获取oiad的方法:
DeviceID.getOAID(context, object : IGetter {
override fun onOAIDGetComplete(result: String?) {
}
override fun onOAIDGetError(error: Exception) {
}
})
应用市场审核说我提前读取了oaid.我确认全局没有调用regeist 方法。
时间线:14:29:01.792 [测试动作] 同意隐私政策
14:28:40.114 读取OAID
14:27:27.985[ 测试动作] 启动隐私合规检测
如果说有其它sdk 读取了oaid,但是堆栈方法又指向了以上代码。 我注释掉以上获取oaid的方法就能过隐私检测,只要打开就会提示我提前获取OAID,请问作者这种是什么情况?
Metadata
Metadata
Assignees
Labels
No labels