英文:
Replace Android Application on Playstore with Same Package Name and Keystore?
问题
Playstore上已经有我的应用,该应用是用Java开发的,但现在我有一个通过Reactive Native代码基础生成的新APK,使用相同的包名和密钥库。Playstore会接受这个新APK作为以前版本的更新,还是会将其视为一个新应用程序?
英文:
My application is already on Playstore, which was developed in Java but now I have a new APK generated through Reactive Native code base using same Package Name and Keystore. Will playstore accept this new APK as an update of previous one or this will be treated as a new application?
答案1
得分: 1
无论如何,如果APK具有相同的包名称并且使用相同的密钥存储文件签名,Play商店将接受它,并记得增加先前发布中使用的版本代码。
英文:
No matter what, if the apk is having same package name and signed with the same key store file, play store will accept it and remember to increment the version code used in previous release.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论