I'm developing a universal iOS app. I generally test it both on Simulator and devices. I would also like to have the ability to use the production version of the app, so that I can use the released version as a "normal" user.
But when I build and run the app from Xcode, the App Store installed copy of the app is replaced with the development version of the app.
Is it possible to have both the development and the production (App Store hosted) version of the app simultaneously available on an iOS device?
