0

Is there any way to get location of the iPhone without demanding location services from the user? It should not be really accurate.

edit: I have no problem with implementation of location services. I try to find an alternative way

sof98789
  • 1,051
  • 11
  • 17
  • Possible duplicate of [Location Services not working in iOS 8](http://stackoverflow.com/questions/24062509/location-services-not-working-in-ios-8) – E-Riddie Nov 04 '16 at 14:24

1 Answers1

3

No this is not possible. Apple has made location service abstract so you can't really see which technic is used. Thus if the user turns off the location service you can't get the location any other way.

There is however the option to check the user IP and get a very rough location.

rckoenes
  • 69,092
  • 8
  • 134
  • 166