Search code examples
androidreact-nativeapkgoogle-play-console

Replace Android Application on Playstore with Same Package Name and Keystore?


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?


Solution

  • 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.