Tagged Questions
The iphone-sdk-2.2.1 tag has no wiki summary.
1
vote
1answer
510 views
iOS4 SDK and iPod touch 1st gen
i've an app that is compiled with iOS4 SDK.
i'd like to test on an ipod touch 1st gen (OS2.2.1)
I've set the deployment target to OS2.0 and Base SDK to 4.0.1
BUT
organizer tells me :
The version of ...
1
vote
1answer
422 views
How can I make a iPhone app compatible to 2.2.1 and 3.1 SDK?
I have made some apps in 2.2.1 now when I run the same app in 3.1 it gives errors.
Changing the codes is a solution I am not looking for.
I am looking for some pre-processor directives that can make ...
1
vote
5answers
819 views
Getting a iPhone OS 2.2.1 app approved after the OS 3.0 release
I’m writing a new iPhone app which doesn’t depend on any of the 3.0 APIs. 2.2.1 should work fine and has a substantially larger user base currently and in the near future as last I checked Apple was ...
0
votes
1answer
87 views
Customising a TableView - iPhone
I am trying to customise a TableView in my iPhone application. I have found many tutorials that do this but they are all for version 3.0+. I want to make my application as generic as possible so I ...
0
votes
1answer
496 views
How can I add the SDK 2.2.1 documentation to Xcode 3.2?
I just upgraded to snow leopard and updated Xcode to the 3.2. I have the iPhone 3.1 library documentation, but I don't see anything for 2.2.1 anywhere. In the previous Xcode there was the possibility ...
0
votes
1answer
3k views
Playing an mp3 on IPhone OS 2.2.1
When I run this sample code on a 2nd generation IPod touch with OS version 3.0, it works fine. However when I run it on a 1st generation IPod touch with OS version 2.2.1, it doesn't. I am playing an ...