iOS应用程序在发布时转到后台

时间:2017-11-06 18:33:23

标签: ios swift swift3 cllocationmanager

我在Swift 3中编写了一个应用程序,在升级到iOS 11.1之后,该应用程序在启动后转到后台,而不是提示允许应用访问用户位置。

1 个答案:

答案 0 :(得分:0)

发现app会抛出一个断言:

Assertion failure in -[CLLocationManager setAllowsBackgroundLocationUpdates:]

在我的代码中,我找到了我删除的这一行来解决问题:

locationManager.allowsBackgroundLocationUpdates = true