iphone - Proper way for testing application update on iOS? -


Some posts say the trial update on the simulator to update the new IPA on the old IPA via iTunes for the test update. It is the same.

That is, what are the steps for app update testing?

  1. Install version 1 from iPhone Simulator.
  2. Modify / test some data on version 1
  3. Install version 2 through the iPhone Simulator.
  4. Make sure everything works as expected.

    Or should I do instead?

    1. Install version 1 ipa through iTunes.
    2. Similar to the above
    3. Install version 2 ipa via iTunes.
    4. Like

      thanks

      There is a simulator not a simulator for proper testing on one device. There are differences in behavior between the simulator and the device, which is devoted to many Dev, not this simulator can not simulate some hardware directly .

      If you are testing on iOS 4, then you can use OTA installs to reduce some troubles of testing through iTunes.



Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -