I am trying to simulate an upgrade from version 2.0 to 2.1. I have version 2.0 hosted in testflight, so I did install it in my device. Then I tried running the app from xcode. However what happened is that the app did not get overlapped, instead it created two apps with the same name. How can I make it such that when I run the app from xcode it overlays the old version?
I’ve made sure that the bundle identifier is the same.
Well the info you can get while updating can be found @ this link here.
You can’t access the appstore inside the simulator because: @ link here
Another stack overflow @ link here states:
And another stack overflow (that I lost the link for) states:
So no, I don’t believe you can run it in the simulator, how ever you can have older projects saved on the iPhone and test both out. And the apple documentation is @ this link here.