在iOS 9.3.1中获取位置权限后应用程序崩溃

时间:2016-04-29 09:04:08

标签: ios swift gps location ios9.3

您好

我想获取用户位置,代码首次在didUpdateLocations中获取位置。但经过几秒钟的应用程序崩溃。

崩溃是: enter image description here

我正在使用的代码

{

 "query": {
   "bool": {
     "must": [
       {
         "match": {
           "type": "GET"
         }
       },
       {
         "match": {
           "request": "/v3/id=100000"
         }
       }
     ]
   }
 } 
}

的plist enter image description here

请让我错过

1 个答案:

答案 0 :(得分:1)

发现问题,我们正在使用webengage进行通知和事件跟踪,问题就在其中。

当我检查删除它时,代码工作正常。

我已与webengage支持人员联系,他们已修复此问题,因此

pod update

将解决此问题