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 文件中没有所需的背景模式键


- Android - 拆分 Drawable 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01
- Android viewpager检测滑动超出范围 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01