In playstore can we have two apps with same name with different package - Android(在 Playstore 中,我们可以有两个具有相同名称和不同包的应用程序 - Android)
问题描述
我已经用我自己的包名在 google play store 上上传了应用程序.
I've upload application on google play store with my own package name.
以后客户想更改包名.
我已经搜索过,但我知道了,发布后无法更改包名称.
I've searched but i got that, not able to change package name after publish.
我能做些什么呢?
和
在 playstore 中我们可以有两个同名的应用不同的包吗?
In playstore can we have two apps with same name with different package?
推荐答案
在 playstore 中我们可以有两个同名的应用不同的包吗?
In playstore can we have two apps with same name with different package?
是的,您可以在 Play 商店中拥有多个具有相同 显示 名称的应用,但它们必须具有不同的包名称(并且 Play 商店实际上不允许使用与另一个相同的包名称甚至要上传)
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)
我能做些什么呢?
- 您不能更改包名称.
- 您可以在开发环境中更改包名称并将其作为新应用上传.您的所有评分和下载量都不会转移.
这篇关于在 Playstore 中,我们可以有两个具有相同名称和不同包的应用程序 - Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在 Playstore 中,我们可以有两个具有相同名称和不同包的应用程序 - Android


基础教程推荐
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01