【发布时间】:2014-03-27 09:18:09
【问题描述】:
我提交的应用没有任何后台定位模式。我的 plist 中没有“必需的背景模式”字段。 我什至检查了设备功能,后台模式已关闭。
来自苹果如下,
we found that your app uses a background mode but does not include the following battery use disclaimer in your Application Description:
"Continued use of GPS running in the background can dramatically decrease battery life."
谁能帮我看看我的应用是否使用后台定位模式?
【问题讨论】:
-
嘿,先在 xcode 中检查背景模式,然后取消选中您是否为应用使用非背景
-
如果您使用的是 xcode 5,请转到项目功能,然后检查您是否有任何开关
-
是的,我已经检查过功能和后台模式开关是否关闭。
-
support.ibuildapp.com/entries/… 这个网址可以帮到你
-
是的,好的,谢谢。会检查