views:

36

answers:

0

How easy is it to revert an OS on a device, i.e. iphone or ipod touch?

I know apple still makes sdk 3.1.3 available but what if you want to test it on a device that currently has version 4 of the OS?

Apple seems to make this much more difficult than it should be given the number of people most probably using 3.x OS.

Just testing for various OS versions in your code doesn't seem to be enough. Neither does installing 3.1.3 and testing in the simulator. You need to test on the actual device also, no?

How are people getting around this?