How to notify users about an Android app update?

前端 未结 17 831
眼角桃花
眼角桃花 2020-11-28 23:30

I\'ve built an Android app which is now on Play Market. From time to time, I make updates to it, and I\'d like to let users know that a new version is available.

How

17条回答
  •  暖寄归人
    2020-11-29 00:28

    This can be using a simple webservice just this is one of the way to acheive.

    i.e., when ever the app launch hit that webservice with the current version of the user app and on the server you need to check whether any new version is available or not(Must maintain the newest version of the app) and send the corresponding response to the user. If any newer version is available prompt the user to download the newest version of the application and if no newest version is available then allow the user to continue.

    Hope so atleast something must be useful to you.

提交回复
热议问题