I have a sound application that works great for versions of iPhone 3.1.x
I am trying to upgrade it to iOS4.0 to work in a multitasking environment. When I try to create a new UIBackgroundModes key in info.plist , it ("Required background modes") does not appear in the drop-down list?
I also upgraded the Xcode SDK to 3.2.3, the Base SDK to 4.0, the deployment target to 4.0, but still UIBackgroundModes (Required Backgrounds) will not appear in the info.plist drop-down list.
I also created a test project for 4.0, and its info.list drop-down has "Required Background Modes".
Did I miss something?
iphone multitasking info.plist
Cracker jack
source share