两个appstore在appstore上具有相同的所有者但是不同的bundle idenfier,它们可以具有相同的idfv

时间:2015-05-18 06:14:40

标签: ios iphone

我在appstore上有两个应用程序但它们有不同的基本包idenfier.eg com.mycom.myapp,第二个是com.mycom1.myapp2现在这些应用程序是否可以在同一设备上具有相同的idfv(identifierforvendor)。

2 个答案:

答案 0 :(得分:1)

因为你有2个不同的包ID。

供应商由前两个点分隔的字段标识。所以com.a.app1和com.a.app2有相同的供应商(com.a)但是com.b.app3有不同的供应商(com.b)

iOS Developer门户网站不允许您使用相同的Bundle Identifier创建两个应用程序。 AppStore上的每个应用程序必须具有不同的Bundle Identifier,因此如果您尝试将其提交到商店,肯定会遇到问题。 有关详细信息,请阅读:https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/ConfiguringYourApp/ConfiguringYourApp.html

installing two apps that have same bundle identifier

Bundle identifier and app name in iPhone & iPad

Can two application have the same Bundle Name, but different Bundle Identifier?

答案 1 :(得分:0)

不。 identifierForVendor是唯一的设备和应用程序,如果您从设备中删除了应用程序并再次安装,它将会更改。请查看下面的网址了解更多信息 -

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIDevice_Class/#//apple_ref/occ/instp/UIDevice/identifierForVendor