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.
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.
Do you mean that it the app you are testing deletes a different app you downloaded from the app store?
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).