Is it possible to style the location alert box: "(app name) would like to use your current location” on the iPhone?
You can only tell user the reason for using his location by setting purpose property of CLLocationManager
.
EDIT:
The purpose
property is deprecated in iOS 6. But there is a replacement. For iOS 6 and above you should add NSLocationUsageDescription
key to your Info.plist file. If your app targets iOS versions lower than 6.0, you might want to do both.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With