从清单中删除 SMS 权限后,仍然显示从 Playstore 中删除应用程序的警报
After removing SMS permission from manifest, alert for removing app from playstore still shows
在 google 播放控制面板中,此警告框显示:警告 - 此应用将受到政策更改的影响。 所以我删除了 RECEIVED_SMS 来自清单并使用 Google 短信检索器 API 自动检测短信并在 5 小时前在 Play 商店上传应用该应用程序已在 Play 商店中发布。但警告框仍在显示。那么除了删除高风险或敏感权限之外,我还需要做任何其他事情吗?
如果您确实在没有这些权限的情况下发布了 apk(见下文),我相信这是 Google Play 控制台中的一个错误,您不必担心。
一周前删除这些权限后,我仍然收到此警告。
认为问题是在 alpha 和 beta 轨道中有旧的 apk,所以我也将它们更新到较新的版本,它仍然警告我。
我什至以不同的包名上传了相同的 apk,以确保我遵守新规则 - 瞧,该应用程序没有显示警告。这就是为什么我认为这是一个错误,希望他们会在需要时使用更好的技术来删除不合规的应用程序。
确保您的应用合规的步骤:
- Google 没有说明这些规则是否也适用于 alpha/beta,或者在 alpha/beta 上使用这些权限是否会影响生产,所以只是为了确保也更新这些 apks。
- 确保您不依赖于 requests/declares 这些权限的库。您可以在 android studio 中使用 'analyze APK' 或在 google 游戏控制台中的发布信息中(它们指定所有已声明的权限)来验证它。
- 确保您已向 100% 的用户推出更新后的 apk,以防您每次都执行全面推出。
有同样的问题
我也从清单中删除了短信接收权限,并将新版本发布到生产环境,但警报仍然存在。
我从 alpha/beta/internal 频道以及工件库中删除了所有活动版本,等待了 24 小时,警报终于消失了。
我们遇到了同样的问题,我联系了 google 支持。这是答案:
you are trying to submit a new release that does not contain any
sensitive permissions, however the Play Console is still prompting you
to submit a Permissions Declaration Form. This is because one of your
active releases (across all tracks you are using) does declare one of
the sensitive permissions. To release a new compliant APK, please
follow these steps:
Go to your Play Console. Select an app. On the
left menu, select Release management > App releases. Next to the
release type you want to create, select Manage. To create a new
release, select Create release. Upload a new compliant APK. Fill out
the Permissions Declaration Form: For “Compliance status,” select “No,
this release does not meet the SMS and Call Log permissions policy”
Select Save > Review at the bottom of the page. Click Start Rollout.
Even if you choose “No, this release does not meet the SMS and Call
Log permissions policy” and get the notification email from us, your
app will not be removed after March 9th if your active APK(s) still
does NOT have sensitive or high-risk permissions until then. Also, the
Permissions policy warning message in your Play Console Dashboard will
disappear within one day if you don't have any active APK(s) with
sensitive or high-risk permissions.
我们遇到了同样的问题,我们执行了以下操作来解决它。
是因为内测部分的一个build没有被上级压制造成的
我们删除了所有敏感权限并在 'Internal Test Track' 上传了构建。
我们将其移至 Alpha、Beta 和 Production,然后它不要求我们声明任何内容。
在 google 播放控制面板中,此警告框显示:警告 - 此应用将受到政策更改的影响。 所以我删除了 RECEIVED_SMS 来自清单并使用 Google 短信检索器 API 自动检测短信并在 5 小时前在 Play 商店上传应用该应用程序已在 Play 商店中发布。但警告框仍在显示。那么除了删除高风险或敏感权限之外,我还需要做任何其他事情吗?
如果您确实在没有这些权限的情况下发布了 apk(见下文),我相信这是 Google Play 控制台中的一个错误,您不必担心。
一周前删除这些权限后,我仍然收到此警告。 认为问题是在 alpha 和 beta 轨道中有旧的 apk,所以我也将它们更新到较新的版本,它仍然警告我。
我什至以不同的包名上传了相同的 apk,以确保我遵守新规则 - 瞧,该应用程序没有显示警告。这就是为什么我认为这是一个错误,希望他们会在需要时使用更好的技术来删除不合规的应用程序。
确保您的应用合规的步骤:
- Google 没有说明这些规则是否也适用于 alpha/beta,或者在 alpha/beta 上使用这些权限是否会影响生产,所以只是为了确保也更新这些 apks。
- 确保您不依赖于 requests/declares 这些权限的库。您可以在 android studio 中使用 'analyze APK' 或在 google 游戏控制台中的发布信息中(它们指定所有已声明的权限)来验证它。
- 确保您已向 100% 的用户推出更新后的 apk,以防您每次都执行全面推出。
有同样的问题
我也从清单中删除了短信接收权限,并将新版本发布到生产环境,但警报仍然存在。
我从 alpha/beta/internal 频道以及工件库中删除了所有活动版本,等待了 24 小时,警报终于消失了。
我们遇到了同样的问题,我联系了 google 支持。这是答案:
you are trying to submit a new release that does not contain any sensitive permissions, however the Play Console is still prompting you to submit a Permissions Declaration Form. This is because one of your active releases (across all tracks you are using) does declare one of the sensitive permissions. To release a new compliant APK, please follow these steps:
Go to your Play Console. Select an app. On the left menu, select Release management > App releases. Next to the release type you want to create, select Manage. To create a new release, select Create release. Upload a new compliant APK. Fill out the Permissions Declaration Form: For “Compliance status,” select “No, this release does not meet the SMS and Call Log permissions policy” Select Save > Review at the bottom of the page. Click Start Rollout.
Even if you choose “No, this release does not meet the SMS and Call Log permissions policy” and get the notification email from us, your app will not be removed after March 9th if your active APK(s) still does NOT have sensitive or high-risk permissions until then. Also, the Permissions policy warning message in your Play Console Dashboard will disappear within one day if you don't have any active APK(s) with sensitive or high-risk permissions.
我们遇到了同样的问题,我们执行了以下操作来解决它。 是因为内测部分的一个build没有被上级压制造成的
我们删除了所有敏感权限并在 'Internal Test Track' 上传了构建。 我们将其移至 Alpha、Beta 和 Production,然后它不要求我们声明任何内容。