I have and app that use core location for tracking.
But when the app starts I don't start any tracking until the user click on a button "GO".
When user click on go I get message "App want to use your current location...allow/don't allow".
Is it possible to configure app that ask this question on app startup without starting location services?
(As app can but doesn't have to use gps but I want to mention this to the user on startup)
0
votes
2 Answers
0
votes
You can find way around this by invoking CL when the app first starts, but don't actually use it until the "Go" button is pressed.
As you currently have it, at least the user is informed that location information is required for that specific task, whereas at app launch, the purpose of location tracking may be unknown and suspicious.