在 Playstore 中,我们可以有两个同名应用程序不同的包 - Android

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21546047/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 04:43:44  来源:igfitidea点击:

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

androidgoogle-play

提问by RVG

I've upload application on google play store with my own package name.

我已经用我自己的包名在 google play 商店上传了应用程序。

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?

在 Playstore 中,我们可以有两个同名应用程序不同的包吗?

回答by snowking16

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

在 Playstore 中,我们可以有两个同名应用程序不同的包吗?

Yes, you can have multiple apps in the play store with the same displayname, 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)

是的,您可以在 Play 商店中拥有多个具有相同显示名称的应用程序,但它们必须具有不同的软件包名称(并且 Play 商店实际上不允许上传与另一个具有相同软件包名称的第二个应用程序)

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.
  • 您不能更改包名称。
  • 您可以在开发环境中更改包名称并将其作为新应用上传。您的所有评分和下载数量都不会转移。

回答by nKn

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.

选择一个好的包名

确保您选择的包名称适用于您的应用程序的整个生命周期。将应用程序分发给用户后,您将无法更改包名称。您可以在应用程序的清单文件中设置包名称。有关更多信息,请参阅包属性文档。