In my applicati开发者_运维技巧on I can find the battery level using [[UIDevice currentdevice] batterylevel], it is working only in 3.0 or later versions. I don\'t know how to find the maximum capacity
I know about the difference between the base/active SDKs and the deployment target.I have my base SDK set at 4.0 and the deployment target set at 2.0.I am not using any APIs post 2.x, conditional or o
This is on iPhone 0S 2.0. Answers for 2.1 are fine too, though I am unaware of any differences regarding tables.
I have a requirement of developing an application which will be compatible for iPhone and iPod Touch 2.0 and above.
I just set up a new macbook pro, installed xcode and the latest iphone SDK; However, I have an iPhone app that needs to target the 2.0 SDK.
Does Anyone have any idea why this code produces this errors in OS 3.0 and not OS 2.2.1? NSUInteger aCount = [serverBrowser.servers count];