用相同的包名称和密钥库替换Play商店上的Android应用程序?

huangapple go评论66阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2023年3月15日 19:53:03
  • 转载请务必保留本文链接:https://go.coder-hub.com/75744344.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定