Developer Console内容分级错误

nro*_*fis 7 android google-play

我已经构建了一个应用程序,并在Developer Console中将其发布到Google Play上.
我被要求选择内容评级,该Everyone选项被禁用,我收到错误:

某些评级选项已根据您的应用程序内容被禁用

我的应用程序只是控制WiFi适配器的简单工具(显示统计数据并控制它).所以我不知道为什么开发者控制台要求我的应用程序无法为所有人发布.

有什么方法可以解决它吗?

Boo*_*ger 7

根据"每个人"评级的游戏市场指南:

Everyone

    Applications in this category should not collect user’s location data or contain objectionable material. Applications should not share user content or include social features.
Run Code Online (Sandbox Code Playgroud)

您是社交功能,还是记录位置数据或其他数据?

仔细检查您在AndroidManifest.xml中请求的权限,因为我希望商店在您的应用中找到启用位置或其他数据共享的内容(可能您有READ_CONTACT或其他类似权限).

您可以通过以下网址获取有关评分的详细信息:https://support.google.com/googleplay/answer/1075738?hl = zh-CN