如何提示用户更新应用程序,以及当用户单击更新时应在后台更新

时间:2019-05-02 13:30:31

标签: android google-play version

今天,我打开Paytm,并在下面找到对话框-

This is the update App Dialog.

然后,我单击“更新”按钮,然后关闭对话框,并且当我在Google Play商店中签到时,该应用程序开始在后台更新。

什么意图会导致这种功能?

或者Google是否提供了自己的VersionAPI,我可以在用户授权后静默地更新该应用程序?

我一直在向用户发送推送通知,但我觉得这种方法不起作用。

3 个答案:

答案 0 :(得分:5)

遵循This Link,如图enter image description here

所示

它是I / O 2019中引入的新PlayStore功能

答案 1 :(得分:4)

将新更新推送到商店时,Play商店会处理更新对话框。只需确保使用更高版本的代码更新 APK 。 幸运的是,您无需手动通知用户。

请参阅: How to put an update notification for your android app then the users will be directed to Google Playstore?

https://stackoverflow.com/a/9878292/7767143

答案 2 :(得分:0)

您是否正在制作要检查新更新的应用程序?如果设置为“自动更新”,则Play商店应为您处理更新。

您可以参考以下SO帖子:Programatically trigger app update from google play