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

和自甴很熟 提交于 2019-12-18 05:39:06

问题


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?


回答1:


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.



回答2:


You can't. As stated here, seems that's one of the few things you cannot do.

Choose a good package name

Make sure you choose a package name that is suitable over the life of your application. You cannot change the package name after you distribute your application to users. You can set the package name in application's manifest file. For more information, see the package attribute documentation.



来源:https://stackoverflow.com/questions/21546047/in-playstore-can-we-have-two-apps-with-same-name-with-different-package-androi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!