【问题标题】:Two apps that have same owner on appstore but different bundle idenfier ,can they have same idfv两个在应用商店拥有相同所有者但捆绑标识符不同的应用,它们可以具有相同的 idfa
【发布时间】:2015-05-18 06:14:40
【问题描述】:

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

【问题讨论】:

标签: ios iphone


【解决方案1】:

这是因为您有 2 个不同的捆绑包 ID。

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

iOS 开发者门户不允许您使用相同的 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?

【讨论】:

    【解决方案2】:

    没有。 identifierForVendor 是唯一的设备和应用程序,如果您从设备中删除应用程序并再次安装,它将发生变化。请查看以下网址了解更多信息 -

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-04-26
      • 1970-01-01
      • 2012-02-09
      • 2015-10-03
      • 2021-11-23
      • 2019-05-28
      • 1970-01-01
      相关资源
      最近更新 更多