In my application, I’m using location information to capture the user locations.
I have the following questions:
- What are the alert messages we have to provide in the application for user to show that we are going to use their location?
- Can we fetch the location info in the background once the user accept that?
- If user is allowed to fetch the location information let’s say in the first time the application launches, do we need to provide the alerts for consecutive fetches (in next app loads)?
Thank you.
1 Answer