-
Notifications
You must be signed in to change notification settings - Fork 7
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
隐私政策不通过怎么调整 #33
Comments
原生用的哪个方法初始化的? |
和文档一样加在onCreate里 |
RNBuglyModule.initWithoutAutoCheckUpgrade(getApplicationContext(),"",false); |
你把库里面的sdk的版本升级到最新版本试下 |
如果还不行的话,我后面将sdk的初始化暴露成js来调用 |
compile 'com.tencent.bugly:crashreport_upgrade:latest.release' |
是的,可以吗? |
还是不行,刚被拒了,这个是安卓external libraries里的版本 Gradle: com.tencent.bugly:crashreport_upgrade:1.5.23@aar |
https://bugly.qq.com/docs/user-guide/faq-android/?v=1.0.0 |
主要是用bugly的升级,统计我用不到,可以修改下初始化逻辑,把bugly的初始化放在js中调用,已经用它更新不少版本了,去掉再找其他的比较麻烦 😄 |
现在是 init 方法有问题 不能用么 |
1.3.0-beta.3 这个可以,最严格的华为市场已经通过了
|
谢谢 自动更新正常吗? 最主要的功能 |
库是好的,刚去官网看了,更新官方停止服务了,这个库没必要用了 |
。。。 |
哎,就很无语,为什么停止服务了呢 |
华为市场:您的应用在用户同意隐私政策前申请获取用户的 个人信息:应用收取ANDROID ID; 应用内集成的[Bugly、腾讯Bugly]SDK收取ANDROID ID
项目内已经在获取同意之后才调用了RNBugly.checkUpgrade
The text was updated successfully, but these errors were encountered: