ios - give some screenshots to create UIBackgroundModes key in Info.plist for iOS4 -
I'm new to the development of the iPhone. I have previously gone to create UIBackgroundMods key through some search pages for Info.plist IOS4. But it is a bit difficult to understand. Please provide some steps through the step process with a screenshot example to easily understand ... Also specify that the requirements are required, i.e. iPhone, OS Version 4.0 ...
- Audio - plays audio content for the user in the background in the background.
- Location -
- VoIP - This application provides the user the ability to make phone calls to access the Internet connection.
You can edit the Info.plist file on Xcode. To add a new key, sign in to + and type:
iOS 4
" UIBackgroundModes "as the key, make sure that the typed string is set and then the value audio , location or VoIP requirements :
iOS 6
Set the type of " as required background mode " key and then in the drop down menu.
Comments
Post a Comment