I'm new to iPhone development.I have already gone through some of the exploring pages to create UIBackgroundModes key in Info.plist for iOS4 .But it is little bit difficult to understand . Kindly provide some step by step procedure with screenshot example for easy understanding...also specify what the requirements which are needed ie iPhone, OS version 4.0...
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:
You can edit the Info.plist file on Xcode. To add a new key, click on the + sign and write:
iOS 4
"UIBackgroundModes" as the key, make sure the type is set to string and then in value write audio, location or voip depending on your needs:
iOS 6
"Required background modes" as the key and then set the type in drop down menu.
In IOS 13. It would be like the list given below.
Here's the link to the documentation:
https://developer.apple.com/documentation/bundleresources/information_property_list/uibackgroundmodes
Name: "Required background modes
"
Type: Array of strings
Valid values:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With