How to get IOS to ask users whether they want to allow application to use their location everytime? -


if try access user's location, ios tell user our application wants use location.

if this

[locationmanager startupdatinglocation]; 

an alert show.

however, happens once.

it looks variable or default must have been set once display pops out.

how reset default next time app wants use location users asked again?

google map can displays again , again.

it's apple asks them permission, not you

translation: don't have control on part of process. little popup:

location

is shown apple when first ask - user feels in control. after accept first time, apple assumes ok app getting location information device, , won't show again*.

*unless go settings , disable location services app.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -