How developers update their applications in Play Store? [Android] [closed]

淺唱寂寞╮ 提交于 2019-12-02 07:47:45

very simple question indeed. register to the play store. finish your app, export it with a signed key, it generates a file. go to the play store, create new app, put name, decription etc and upload that file. make changes/improvements/bug fixed to your app, export it with the SAME signed key, it generates another file. go to the play store, enter the existing app, upload the new file, mark it as active.

It's easy. You just upload a new version! Only things to be careful of is that it must be the same application name and you update the version numbers in the manifest.

You have to just make apk file everytime and just upload there, when once you upload new apk, play store will replace old apk with the new one, and users can then update their app.

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