简体   繁体   中英

Any Settings for the update the android app

I have upload a application few days back, Now I want to update the application. Is there any settings I need to set in the application, users which have application on their device, once i upload the updated version then how they will receive the "Update Available".

Please help me. I never did this.

If you uploaded a newer version to play store then all your users who have manually set the application to autoupdate allowed mode will receive update but who doesn't set so will have to check and update the application manually

If you want at programmers end then you shall check it using web-service or using HTTP connection for newer version of application

and then automatically download and prompt user to install this newer version coz you can't install without user's action

为此应用设置自动更新设置为是以允许更新在设置中,您可以设置为通知

Assumes You must be changing version in Application Manifest file

if don't know how to set Version follow this

To update your Application you have to change the AndroidManifest.xml file and change the code

android:versionCode="2"
android:versionName="1.1"

Then you have to upload it in the Google play as you already done for the first time and Google play will automatically intimate the users that an update is available for the application.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM