如何通过通知通知 Android 应用的用户 Google Play 商店中有新版本可用
How to inform the users of an Android app that a new version is available in the Google Play Store through Notification
我最近看到一个应用程序通知我(通过 Android 通知)在 Google Play 商店中有新版本的应用程序可用,然后我不得不去那里手动更新它通过单击更新按钮。即使我为该特定应用程序启用了自动更新并且为整个 Google Play 商店启用了自动更新,也会发生这种情况。
我想为我们自己的应用程序复制此行为。我们有一个应该手动而不是自动更新的应用程序。该应用程序应通知用户有新的更新可用,然后在用户准备好更新时强制用户单击 Google Play 商店中的更新按钮。
如何在 Google Play 商店中启用此行为?我在 Google Play Developer Console 中找不到太多关于这件事的信息。我该如何设置?
为此,您可以使用应用内更新API。
您可以在 Google 的文档中找到如何实现它:https://developer.android.com/guide/playcore/in-app-updates
我最近看到一个应用程序通知我(通过 Android 通知)在 Google Play 商店中有新版本的应用程序可用,然后我不得不去那里手动更新它通过单击更新按钮。即使我为该特定应用程序启用了自动更新并且为整个 Google Play 商店启用了自动更新,也会发生这种情况。
我想为我们自己的应用程序复制此行为。我们有一个应该手动而不是自动更新的应用程序。该应用程序应通知用户有新的更新可用,然后在用户准备好更新时强制用户单击 Google Play 商店中的更新按钮。
如何在 Google Play 商店中启用此行为?我在 Google Play Developer Console 中找不到太多关于这件事的信息。我该如何设置?
为此,您可以使用应用内更新API。
您可以在 Google 的文档中找到如何实现它:https://developer.android.com/guide/playcore/in-app-updates