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.comwithout 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 拒绝应用,因为它正在上传用户的联系信息
基础教程推荐
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
