APP开发达人求助
如果你开发了A. B 两个 APP .. 有两个不同的bundle ID ... A已经不用了。 B现在做的很好。 问题来了。。。现在想把APP B 改名改成A 。。 怎么样搞啊。。我是外行人。帮亲戚问的。。
{:5_148:} bundle 是什么意思,求科普 buzhidao A bundle ID otherwise known as a package in Android is the unique identifier for all Android apps. It needs to be unique as when you upload it to Google Play it identifies and publishes your app using the package name as the unique app identification.
Really it is the only thing which is necessary to identify your app, and generally it has 3 parts:
com.example.testapp
Where example is generally the company/publishers name, and testapp is the appname.
You will not be able to upload an APK to the store which has the same package as another app already in the store.
Should you ever need to change the package name in Eclipse, do the following:
Right click project > Android Tools > Rename Application Package...
--------------
总结
1:bundle ID: package 名字;
2:A 和 B 不能共存, 包括不能共存在一个设备,以及不能共存在google play
3:App 都可以修改 package 名字 或者 按照你的标题说就是可以修改bundle ID。 A 可以改名成 B。 B 也可以改名成A, C,D 或者E。
4:如果什么额外的都不做,就把A 的 package 修改成 和B 一样。在安装A 的时候,设备会告诉你是否要先卸载B。,只有卸载B 了才可以继续安装A
--------------------------------------
5:如果你说的只是 APP 图标上的名字。那前面说的都是废话,app name 可以一样。请随便改。 1.你是否已经在appstore上线?
如果上线改名,可以更新版本,然后改名。但是貌似名字不能重复。
2.如果不用appstore上线,本地安装,直接改名字就是啦。
bundle ID是唯一的 City4eVeR 发表于 2014-11-16 16:12
1.你是否已经在appstore上线?
如果上线改名,可以更新版本,然后改名。但是貌似名字不能重复。
已经上线了
问了苹果中国的客服,说名称不能重复,就是a的名称是跟bundle id 绑定了,不能给b用,发邮件给苹果美国,压根就不理我,估计没招了 iloveMotel168 发表于 2014-11-15 20:32
A bundle ID otherwise known as a package in Android is the unique identifier for all Android apps. I ...
太复杂了,还是谢谢回复 歪瑞飞末死 发表于 2014-11-16 16:41 static/image/common/back.gif
已经上线了
问了苹果中国的客服,说名称不能重复,就是a的名称是跟bundle id 绑定了,不能给b用,发邮件 ...
如果A名字已经在APPSTORE登记了,那就不能用了。 把A下线或删除啊 啊当 发表于 2014-11-16 18:23 static/image/common/back.gif
把A下线或删除啊
删除了可以吗?[:15]
页:
[1]