snowleopard
snowleopard

Reputation: 739

Testing app on iphone via xcode replaces my app (which is downloaded from app store)

I want to be able to have 2 versions of my app on my phone. The one that is published on the App Store and the one that i use to test on my iphone via xcode. Unfortunately when i run my app on my iphone with xcode, it replaces the one i downloaded from the app store.

Is it possible to have both versions?

Upvotes: 0

Views: 106

Answers (1)

Prince Agrawal
Prince Agrawal

Reputation: 3607

Change Bundle identifier of your project to something else. You can find it at info.plist

Upvotes: 5

Related Questions