Parse geopoint swift not getting current location

十年热恋 提交于 2019-12-05 16:58:25
 NSLocationWhenInUseUsageDescription

and

NSLocationAlwaysUsageDescription

Put this keys in the info.plist

I had a similar issue in objective c. I placed this key in my info.plist

NSLocationWhenInUseUsageDescription

It worked fine in iOS 7 without that key but in 8 it won't.

Parse will most likely handle this situation when 8 is out.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!