2

I have create three developer profile (like A,B,C) with wildcard APP ID.

First, I have install application A using profile A in device.

Now, I have install application B using profile B in device, then this B application is overwrite on application A. means now application A is not available in device only B application is available.

Same issue generate when we use C profile.

So, only one application is install in device at a time that's my problem.

so. pls tell me how to install more than one application in device without generated different APP ID(means using wildcard APP ID).

4

1 回答 1

2

似乎您的所有应用程序都使用相同的包标识符(在应用程序的 info.plist 文件中指定)..

这个想法是:

  1. 每个应用程序都有自己的唯一标识符;

  2. ( *) 通配符配置文件只适用于任何标识符。

捆绑标识符具有通用形式:

domain.name.appName

例如

com.apple.iphoto

我建议检查这些值是如何在您的应用程序中定义的。

于 2012-10-25T07:48:56.510 回答