I have an app in the App Store. I would like to be able to have a production version of my application on my phone and install assemblies for developing debugging / testing new versions of the application. I am using Xcode 4 and it seems this is not possible. I tried changing the identifier of the bundle by adding some numbers at the end, and this did not work. I also added the same numbers to mine ${PRODUCT_NAME}, but that didn't help either. Is there any way to do this? I would prefer not to generate a different application identifier in the iOS Provisioning Portal.
Brian source
share