I have an app that’s currently in the AppStore which I keep on my phone to show users and others who might be interested. At the same time I’m developing the next version of the app on the same phone. I would love to be able to have the two apps installed on the same device side-by-side.
What is the prescribed / least hacky way of making that happen? Is this possible at all? Ideally this would be as automated as possible with no manual renaming required before each deployment.
Thanks a bunch!
Yes it is possible you just have to sign the development app with a different app id.
For example:
if you have in store
com.myCompany.myWonderfulAppuse for dev
com.myCompany.myWonderfulAppDevelopment