2

I have an application written on C#

The problems is following: there is some application on iPad, and this application written and signed on the computer I building and signing my application on.

So, there is a problem - when I'm trying to install my application, the previous installed application is replaced. What can I do to make these application be setted up simultaneously?

4

2 回答 2

1

您是否为第二个应用程序使用了不同的捆绑包 ID?

您通常应该使用以下约定:

com.yourcompanyname.yourappname

因此yourappname,每个应用程序都会有所不同,而不是安装在另一个应用程序之上。

于 2012-11-15T13:21:32.963 回答
0

我的问题在于配置文件 - 我必须为我的应用程序创建一个

于 2012-11-16T15:27:38.383 回答