Hi.. I have an app that ask for user's Location. Then user's location will be send to a server. Since the app that was run on first time on a iPhone will ask for permission, if a user rejects it, the app will keep on asking it on next time until it was allowed (AFAIK); but if the user allows the app to use the location twice, the app will not ask anymore for the user's location at the third time. Seems like it has been stored on preference. My question was how I can keep my application to ask to permission for their Location every time they run my app.
Thanks.