rupGo
rupGo

Reputation: 410

First generation iPod for development

I just found an iPod first generation. Can this version (1.1.5) be used for development? Can you make an iOS 4 software version restore?

Upvotes: 0

Views: 142

Answers (3)

hocker
hocker

Reputation: 758

3.1.3 actually a good platform to test on if you want to support all Apple's devices. But I would recommend getting a new iPod/iPhone to test iOS 4.

Upvotes: 2

Alexei Sholik
Alexei Sholik

Reputation: 7469

You can easily install iPhone OS 3.1.3 onto it and use it for development. That's the maximum available version for this device.

You'll also need to set Deployment Target in your project settings in Xcode to 3.1.3 or lower.

Upvotes: 1

SLaks
SLaks

Reputation: 887509

iOS 4 cannot run on a first- (or second-) generation iPod or iPhone.

Upvotes: 4

Related Questions