首页 > 移动平台 > 详细

How to use user’s location in your app?

时间:2016-01-18 00:37:06      阅读:278      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!