3

When we enable offline skobbler maps, as soon as the user loads the map, it asks for the location permissions. We have built our own 'current location' button and would like for the app to ask for permission only when the user presses the current location button. I was told that this functionality would be included in the latest version of skobbler but couldn't find any documentation/examples. Thanks in advance for any help.

Harry Jiang
  • 721
  • 6
  • 16

1 Answers1

1

In my case I'm using a CLLocationManager that start to update location once the view is loaded, the permission is asked automatically. Then I save a flag (already located) also you can store a user Default with that flag.

lojals
  • 981
  • 10
  • 19