A
A
Alexander2021-06-13 13:01:49
Google Play
Alexander, 2021-06-13 13:01:49

Is it possible to update the mobile application with a replacement?

Hello. Now there are different options for creating mobile applications. I'm interested in this, let's say the apk of the application was created through some developers (android studio / flutter), uploaded to google play and installed on users' phones. After some time, they found another option from other developers. The app is also in android studio/flutter environment.

Is it possible to replace the new apk with the current one and so that the users do not lose the old one, but just have an update? Or a unique ID is created for the application, which can only be updated, but cannot be replaced with a new one. And it will be as a separate application.

Tell me pliz developers and those who have implemented this in their practice.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2021-06-13
@Alexkld

In order to do this, applications must have:
- the same bundleID. But then in PlayMarket it will be one application.
- both applications must be signed with the same key
- well, little things like version above
If these conditions are met, you can upgrade.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question