iPhone SDK: Do I need to ask user for permissions to use GPS?
Posted
by RaYell
on Stack Overflow
See other posts from Stack Overflow
or by RaYell
Published on 2010-04-22T11:19:03Z
Indexed on
2010/04/22
11:23 UTC
Read the original article
Hit count: 270
In my iPhone application I need to use GPS (CoreLocation to be exact) to get current position of the device. I know that most (if not all) applications using GPS have a popup implemented asking the user to allow GPS access. Is that done automatically by the iPhone SDK or should I implement such functionality myself?
I've tried to run my app on iPhone Simulator and it didn't ask for permissions at all so I'm wondering if the same thing will happen on the actual phone.
And if I implement that itself and the SKD provides that out-of-the-box then I'll have two confirmation in my app which I don't want.
© Stack Overflow or respective owner