Can we change this text?
I have used property purpose of CLLocationManager class. But message did not change.
[locationManager setPurpose:@"Change text message"];
Any ideas?
Thanks,
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.
Add a key in your info.plist like:
NSLocationUsageDescriptionand add your string as it’s value.iOS 8 and greater
They introduced two more keys other than NSLocationUsageDescription
iOS 6 or greater
Check this link for reference
iOS 3.2 to iOS 5