How can simulate the IPhone app upgrade process in the SDK simulator

后端 未结 3 969
栀梦
栀梦 2020-12-08 16:55

I\'m working on an iPhone app and about to release version 2. We\'ll be changing the core data model and I\'d like to simulate the upgrade process in the simulator before r

3条回答
  •  暖寄归人
    2020-12-08 17:11

    The process I've used in the past has been to wipe any working version from the Simulator, check out the previous version of my application from my repository, compile and install that, work with it for a bit, then compile and install the new version of the application. The installation of the new version should simulate the upgrade process, where you can test your data migration to your new model.

    I also repeat this process on the device to make sure no problems are encountered there either.

提交回复
热议问题