Home > Software design >  Apps with same name in Google playstore
Apps with same name in Google playstore

Time:01-15

We are in the process of decommissioning our app and publishing another app with the same name. The playstore has a criteria that apps must have unique names. So would it be enough to just change the name of the app in the play store listing to something else like myApp-old to satisfy the unique name criteria or should we also update the app(new version) with different name.

CodePudding user response:

The name does not matter. In Android, the important thing is the Package name.

CodePudding user response:

If I remember correctly, The package of your project needs to be different. for example "com.google.app"

  •  Tags:  
  • Related