Required Background modes key is not there in info-plist file(info-plist 文件中没有所需的背景模式键)
问题描述
我想设置所需的后台模式键值,以便我的应用程序也可以在后台运行.实际上,我想在应用程序处于后台时获取用户位置更新,但是在我的 info-plist 文件中没有称为必需后台模式键的键.如何设置此密钥并如何将其带入我的文件中?
I want to set required background mode key value so that my app also works in background. Actually i want to get the user location updates when the app is in background, but there is no key called required background mode key in my info-plist file. How to set this key and jow to bring this in my file?
推荐答案
在 Xcode 5 中,项目设置 -> 目标 -> 功能 -> 背景模式 -> 检查位置更新.
In Xcode 5, Project setting -> Target -> Capabilities -> Background modes -> check Location updates.
如果您使用的是早期版本的 Xcode,请设置 Location 的背景模式,如下图所示.
If you are using an earlier version of Xcode, set the background mode for Location as in the following screenshot.
这篇关于info-plist 文件中没有所需的背景模式键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:info-plist 文件中没有所需的背景模式键
基础教程推荐
- 如何从 logcat 中删除旧数据? 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
