Upload updates on Google Play

两盒软妹~` 提交于 2019-12-24 11:16:59

问题


I developed an application. Which is having the SQLite Data base in assets folder. Then i uploaded the .apk on Google play. Now i am having the updated data base of the same application.

So my issue is that:

1. How to upload updated SQLite data base.

Should i create new .apk and upload it. If yes then :

2. User has to download .apk again or they prompt only for updates?

I am not clear with that. As up till now i just uploaded non updating application. So please guide me for this.


回答1:


How to upload updated SQLite data base. Should i create new .apk and upload it.

=> As you are having static database by placing in Assets folder, you have to include updated database and upload the new APK signed with the same keystore.

User has to download .apk again or they prompt only for updates?

=> Yes users will be notified for the app updates whenever you upload new APK for the same app.



来源:https://stackoverflow.com/questions/16012992/upload-updates-on-google-play

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!