Upload updates on Google Play

2019-07-29 10:30发布

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条回答
\"骚年 ilove
2楼-- · 2019-07-29 11:28

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.

查看更多
登录 后发表回答