I have an app that is currently on the Play Store, and I would like to publish an update that will replace the existing app with another app that is an improved version of the old one. They were developed separately, so the two apps are way different, although they serve all the same purposes.
What needs to be the same in the new version and the old version for me to be able to publish is as an update instead of a brand new app?
The case you are describing sounds like a complete rewriting of the application. This is perfectly in line with the application update process of Google Play.
Google-play determines that an application is an update based on two criteria only:
To be considered as an update, your new app should have exactly the same package name as the former one ("com.example.myapp
"), and its android:versionCode
should be higher, in your AndroidManifest.xml
file. Of course, your APK should be signed with your account's private key, like any application you publish under your account.
All the rest is up to you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With