Question

I am updating an app that initially was compatible with iOS 2.0 and up.

As Apple dropped support for releases < 3.0, I am being forced to drop support for 2.0.

Some beta testers using iPod Touch second generation are complaining the software is not running well. These guys report their iPod Touch 2nd Gen to be model A1228. The app runs perfectly on iPhone 3G, 3GS and 4.

The app does not use any function that is not present on iPod Touch 2nd gen.

I suppose it can be a firmware problem on the iPod Touch 2nd Gen. The guys may be using an old release or never updated.

My question is: what firmware version came with iPod Touch 2nd gen and what is the latest firmware version available for this device? 3.1.3?

thanks.

Was it helpful?

Solution

I'm not sure what the first firmware was, but you can get iOS 4.1 for iPod touch 2nd genereation, and if you are a developer, iOS 4.2 as well.

You can get information about the device using the UIDevice class. To get the version information, use the systemVersion property, which will return a NSString.

EDIT:

According to this website, the first iOS version was 2.1.1. You can also download all of the iOS firmwares there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top