TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Google Play adding permissions we don't use, then failing us for lacking reason

7 点作者 MobileVet3 个月前
We have 10 learning apps that have been in mobile stores for over 12 years and make 7 figure revenue yearly (we are legit, though not Epic). They are all the same code base and utilize the same permissions etc, just vertical specific assets and content.<p>Our recent Google Play update submission was failed on a single app because they said we weren&#x27;t filling out the reasoning for camera &#x2F; photo permissions (READ_MEDIA_IMAGES, READ_MEDIA_VIDEO). The catch is that we do NOT use those items, nor did we include the request for that permission (and all the other apps passed).<p>We recompiled, submitted again indicating that we don&#x27;t use the permission, but were rejected immediately again (likely an automated test).<p>We force removed a permission that is tangentially related (though not the one indicated), recompiled and resubmitted. Oddly, the permission reappeared AND we subsequently failed again.<p>The whole situation is bizarre and we haven&#x27;t been able to speak &#x2F; email with anyone at Google to resolve it.<p>Has anyone run into a similar situation? Tips for actually getting to someone that could help get us out of this catch 22 loop?

1 comment

stephenheron3 个月前
One thing to checkout is perhaps some plugin&#x2F;module you have might be adding this permission without you knowing about it.<p>Trying using the &#x27;Merged Manifest&#x27; in Android Studio (<a href="https:&#x2F;&#x2F;developer.android.com&#x2F;build&#x2F;manage-manifests#inspect_the_merged_manifest_and_find_conflicts" rel="nofollow">https:&#x2F;&#x2F;developer.android.com&#x2F;build&#x2F;manage-manifests#inspect...</a>) to see if you can see coming from anywhere.
评论 #42982482 未加载