Google Play rejected app because of it#39;s uploading users#39; Contact information(Google Play 拒绝应用,因为它正在上传用户的联系信息)
问题描述
由于以下原因,应用从 google play 商店下架:
App removed from google play store due to the following reason:
APK 有明显的披露,但披露不充分您的应用正在将用户的联系方式信息上传到https://domen.com
没有充分披露.
APK HAS A PROMINENT DISCLOSURE BUT THE DISCLOSURE IS NOT ADEQUATE Your app is uploading users' Contact information to
https://domen.com
without an adequate disclosure.
由于应用程序是国际电话应用程序,我们使用了很多权限
Because of application is for international call app we are using a lot of permissions
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.INTERNET" />
应用程序不会上传有关用户联系人的信息(通讯录").
The application does not upload information about the user's contact ("Address Book").
在一个非谷歌提到的联系人数据被发送到我们的主机.
In a not google mentioned that the Contact data is sent to our host.
推荐答案
经过2个多月的奋斗后被拒绝的原因是应用程序在内部/封闭/开放测试/生产的任何阶段不合规的原因
The Reason For Rejection after a over 2 months Struggle is cause of Non Compliance of the apps in any of the stages Internal / Closed / Open Testing / Production
请确保一旦应用被谷歌删除,推出发布到100% &确保所有内部/封闭/开放测试/生产都具有符合 Google 政策的版本.使用谷歌机器人"接管审批流程,如果您进入此政策循环,将永远无法联系联系人寻求帮助.
Please make sure once the app is Removed by google ,the roll out the release to 100% & Make sure all the Internal / Closed / Open Testing / Production have the version which is complaint with the Google Policy. with "Google bots" taking over approval process and if u enter this Policy Loop and will never be able to reach the Contacts to find help.
这篇关于Google Play 拒绝应用,因为它正在上传用户的联系信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Google Play 拒绝应用,因为它正在上传用户的联系信息
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01