In playstore can we have two apps with same name with different package - Android

android, google-play

Solution

In playstore can we have two apps with same name with different package?

Yes, you can have multiple apps in the play store with the same display name, but they have to have different package names (and the play store won't actually allow a second app with the same package name as another even to be uploaded)

what can i do for this?

- You cannot change the package name.

- You can change the package name in your dev environment and upload it as a new app. All your ratings and download numbers will not transfer.

Problem

I've upload application on google play store with my own package name. Later client want to change the package name. I've searched but i got that, not able to change package name after publish. what can i do for this? and In playstore can we have two apps with same name with different package?

Original source