iphone-sdk-4.0.1

iOS 4.0.1 "fast app switching" behavior in simulator vs device (iPhone 4)

I'm testing an iPhone app in both the simulator (XCode 3.2.3, iPhone SDK 4.0.1) and on the device (iPhone 4 and iOS 4.0.1). The simulator exhibits the expected "fast app switching" behavior while the device does not. Simulator: click home button while app is running => go back to home screen click the app icon => app resumes where it...

Updating the iPhone iOS 4.0.1 to 4.0.2 SDK, Do I have to download the whole 2.5 Gigs?

As the the Question asks, I currently sport xcode 3.2.3 with iOS 4.0.1 but I want to test on my iPhone which is stuck on 4.0.2 Thus I cannot do so until the SDK for 4.0.2 is accessible from xcode. Where can I download a patch update from 4.0.1 to 4.0.2 because the iPhone members page seems to only link me to the package including xcod...

iphone UIDatePicker showing wrong date in Central Timezone

Hey all, I am at a loss. I have an NSDate that gets passed to a UIDatePicker. When I am set to the Eastern time zone, all is fine. When I am set to Central, the date picker shows the time as being off by 1 hour. So, if I turn my NSLogs on, this is what I show: 2010-08-25 18:15:19.317[59299:207] ---- into the picker --->2010-08-25 17:3...

how to set wallpaer and ringtone in iphone sdk

how to set wallpaer and ringtone in iphone sdk ...

How to resume iPhone app after a Phone Call

Hi there, I am creating an iPhone app in which I am providing a call feature with the help of which a user can call place a call on a specified number. I am able achieve the above feature via open URL. Now after completion of the call I want to resume the execution of app automatically. Although a user can make a fast app switch in iOS...