码迷,mamicode.com
首页 > 移动开发 > 详细

How to use user’s location in your app?

时间:2016-01-18 00:40:04      阅读:224      评论:0      收藏:0      [点我收藏+]

标签:

How to use user’s location in your app?

 

there are two more settings

(1)click the project-> Build Phases -> link Binary With Libraries -> click “+” -> search for “location” -> click the CoreLocation.framework, import the library to your project

(2)find info.plist,and add two keys and values

the first key is :NSLocationWhenInUseUsageDescription, you can put whatever you want in the value field to explain your reason to request user location,such as"Because I want to know where you are”. this can help you to request user location when the app is running.

the second key is:NSLocationAlwaysUsageDescription,you can puts reasons in the value field such as”Because I always want to know your locations”,this can help you in any time to get the user location ,even the app is not running.

How to use user’s location in your app?

标签:

原文地址:http://www.cnblogs.com/iwangzheng/p/5138063.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!