iphonexcode

How to maintain both debug and appstore release version in test device?


I have an iPhone application released at App Store. In development of next version, I want to maintain these two versions on test device(iPhone).

But when I tried to run the next version for debug on the test device, it overwrites the release version downloaded from the App Store. At the first, I guessed it can be done by changing the version number in xcode target setting > summary > iOS Application Target, but it's not. I have changed the both 'Version' and 'Build' number in iOS Application Target.

App Store version number is 1.1 and debug version number is 1.2
So, how can I get this work?


Solution

  • Can you please duplicate the target and change its bundle identifier . https://stackoverflow.com/a/5725711/667586