-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN 安卓应用 在腾讯应用开放平台上架被拒 (原因:获取Android_ID)如何解决 #13220
Comments
taro-bot2
bot
added
F-react
Framework - React
T-rn
Target - 编译到 React Native
V-3
Version - 3.x
labels
Feb 3, 2023
感谢,我尝试一下 |
问题已解决,应用商店审核通过。大家有同样问题的,可以借鉴 |
https://juejin.cn/post/7166090887821262861 需要修改react native 源代码。
|
违规收集个人信息 APP向用户明示SDK的收集使用规则,未经用户同意,SDK存在ReactNative,expo.modules.ReactNativeHostWrapperBase获取传感器的行为。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
React Native
使用框架: React
复现步骤
#1、使用 RN 开发安卓应用(使用了Taro 原生 React Native 壳子 https://github.com/NervJS/taro-native-shell/)
#2、开发好安卓应用(项目本身未使用获取Android_ID代码)
#3、在腾讯应用开放平台申请上架(https://app.open.qq.com/)
#4、上架过程中因隐私问题被拒
#5、上架被拒原因:同意隐私政策前 获取Android_ID
期望结果
在同意隐私政策后适时获取Android_ID
实际结果
程序运行后会直接获取Android_ID
环境信息
补充信息
#行为阶段 同意隐私政策前
#行为名称 获取Android_ID
#个人信息相关 否
#触发频率(次/秒)1
#主体类型 SDK
#主体名称 expo-cli
#包名 expo
#函数调用栈 "android.provider.Settings$Secure.getString(android.content.ContentResolver,java.lang.String)
expo.modules.application.ApplicationModule.getConstants(ApplicationModule.kt:60)
expo.modules.adapters.react.NativeModulesProxy.getConstants(NativeModulesProxy.java:107)
com.facebook.react.bridge.JavaModuleWrapper.getConstants(JavaModuleWrapper.java:142)
com.facebook.react.bridge.queue.NativeRunnable.run(Native Method)
android.os.Handler.handleCallback(Handler.java:873)
com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage(MessageQueueThreadHandler.java:27)
com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run(MessageQueueThreadImpl.java:228)"
以上为腾讯开放平台反馈的SDK行为数据,供参考
此外:查代码发现大概率是框架本身在默认情况下获取了Android_ID造成,该如何解决?
The text was updated successfully, but these errors were encountered: