tags:

views:

50

answers:

2

Hi, When i'm installing an app from Xcode for debug purpose on the device it's run over another app that I developed in the device (that been download from the appStore). also it's happen vice versa, any ideas???

thanks.

A: 

Do you mean that it the app you are testing deletes a different app you downloaded from the app store?

Michael
yes it deleting the app that i developed and i downloaded it from the appstore, it also deleting vice versa - when i downloading the app again from the appstore it deleting the app that i'm testing.both are different apps.
omri
+3  A: 

Make sure that you have set the Bundle Identifier (in the Info.plist file) to a value that's specific to you; the convention is to use a reverse-DNS-style identifier of a domain that you own (com.adomainthatyouown.theappname).

cdespinosa
yes i did in both of the apps, the one in the appstore and the one i'm developing now.
omri
Are they the same as each other?
cdespinosa
yes they are, they need to be different ?
omri
i understand, thank you.
omri