I have in plenty of Core Location based apps that before triggering the code for location services an alert pop up and warns user that the app is going to use their current location. Is this a in-built feature of Core Location or we need to implement it before calling API?
+1
A:
This is built-in. When you try to call core location methods, if the user hasn't allowed your app to do so before, the OS will automatically pop an alert.
eliah
2010-10-25 18:58:00
+2
A:
Yes. It's built-in. As of iOS4 you can modify the text body for this alert specifically for your app.
bioffe
2010-10-25 18:59:09