give some screenshots to create UIBackgroundModes key in Info.plist for iOS4
The UIBackgroundModes key identifies which background tasks your application supports. Its value is an array that contains one or more strings with the following values: audio – The application plays audible content to the user while in the background. location – The application keeps users informed of their location, even while running in the background. … Read more