为什么我开发的 Android 应用程序没有通过 Google Play 自动更新?
Why is the Android app that I developed not updating automatically through Google Play?
我开发了一个 Android 应用程序,我正在测试它以确保它通过 Google Play 正确更新。不幸的是,我遇到了很多困难。
我有自动更新。我有可用的 Wi-Fi 连接。该应用程序的新版本不需要任何新权限,但它只是拒绝正确地自动更新。相反,我在顶部收到以下通知:
2 updates need approval with the text "3 updates total are pending" beneath it.
如我之前所述,我的应用程序的新版本不需要新权限,因此不需要批准。那为什么要待定?
我已尝试从 Google Play 商店应用和 Google Play 服务应用中清除数据和缓存,但它仍然不会自动更新。
根据需要正确更新此应用程序非常重要,但我有点不知所措。如果有任何帮助,我将不胜感激。非常感谢!
I get the following notification at the top "2 updates need approval" with the text "3 updates total are pending" beneath it.
这是因为(在本例中为两个)一个或多个需要更新的应用程序也需要新的权限。应用的自动更新实际上依赖于所有需要更新的应用都可以立即更新,而不需要因为它们有新的权限而被批准。三个应用程序中的两个需要新权限。这意味着还有另外两个应用程序需要新权限。
我开发了一个 Android 应用程序,我正在测试它以确保它通过 Google Play 正确更新。不幸的是,我遇到了很多困难。
我有自动更新。我有可用的 Wi-Fi 连接。该应用程序的新版本不需要任何新权限,但它只是拒绝正确地自动更新。相反,我在顶部收到以下通知:
2 updates need approval with the text "3 updates total are pending" beneath it.
如我之前所述,我的应用程序的新版本不需要新权限,因此不需要批准。那为什么要待定?
我已尝试从 Google Play 商店应用和 Google Play 服务应用中清除数据和缓存,但它仍然不会自动更新。
根据需要正确更新此应用程序非常重要,但我有点不知所措。如果有任何帮助,我将不胜感激。非常感谢!
I get the following notification at the top "2 updates need approval" with the text "3 updates total are pending" beneath it.
这是因为(在本例中为两个)一个或多个需要更新的应用程序也需要新的权限。应用的自动更新实际上依赖于所有需要更新的应用都可以立即更新,而不需要因为它们有新的权限而被批准。三个应用程序中的两个需要新权限。这意味着还有另外两个应用程序需要新权限。