0

我正在使用 Xamarin 和 Visual Studio 构建几个内部企业应用程序。

我有一个内部配置文件,用于使用 AirWatch 构建和分发一个应用程序。创建 .ipa,正确签名,配置 AirWatch 分发,一切正常。

甚至进行了更改并创建了没有问题的更新版本。

现在我想为不同的 iOS 应用程序使用相同的内部配置。

我构建并签名它没有问题,但是当我进入 AirWatch 添加 .ipa 文件时,我收到 App ID 已经存在的错误。

该应用程序具有不同的名称和版本,但配置文件是相同的。

我认为供应配置文件是通用的,我被允许使用它来捆绑多个应用程序。

有人对这个有经验么?AirWatch 没有太多反馈告诉我该怎么做。

4

1 回答 1

0

In order for you to reuse the same provisioning profiles, make sure that:

  • You created a wildcard App ID

  • Create a provisioning profiles using the wildcard App ID

If you already done that, then might be AirWatch does not allow 2 apps with the same App/bundle ID. You can create another AirWatch account for this new app or use other distribution tools like HockeyApp.

于 2017-04-05T05:25:42.603 回答