Is it possible to style the location alert box: “(app name) would like to use your current location” on the iPhone?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can only tell user the reason for using his location by setting purpose property of
CLLocationManager.EDIT:
The
purposeproperty is deprecated in iOS 6. But there is a replacement. For iOS 6 and above you should addNSLocationUsageDescriptionkey to your Info.plist file. If your app targets iOS versions lower than 6.0, you might want to do both.