一个应用程序可以知道您的位置,而不是? IOS

时间:2017-07-13 09:50:40

标签: ios swift background location

我正在为ios构建一个跟踪您的位置的应用程序,并在用户位于特定区域时发送通知。该应用程序可以在后台运行,但有一种方法可以让应用程序跟踪用户位置并在其甚至没有打开时发送通知吗?

谢谢!

1 个答案:

答案 0 :(得分:0)

它会对您有所帮助,请阅读NSLocationAlwaysUsageDescription

<key>NSLocationAlwaysUsageDescription</key>
<string>Always</string>

此外,您可以访问此链接:

http://mobileoop.com/getting-location-updates-for-ios-7-and-8-when-the-app-is-killedterminatedsuspended

https://github.com/voyage11/GettingLocationWhenSuspended

其次,如果用户在设置中关闭了应用的通知,应用程序将不会显示您的通知。因为通知由iOS管理。