0

I have 2 apps that use MKMapViews and they both previously worked fine, but now they won't show the user's location. Can anyone think of a reason this code wouldn't make a map show the user's blue dot?

mapView.showsUserLocation = YES;
mapView.mapType = MKMapTypeHybrid;
mapView.delegate = self;

I really appreciate any help, I'm stumped right now...

SeanT
  • 1,741
  • 1
  • 16
  • 24
  • 1
    Hi. Are your apps requests the permission from user (about location) when showing the controller with map? – Serge Maslyakov Jul 19 '15 at 21:16
  • I thought the OS did that automatically when you try to access the user's location. This code has worked fine in the past, but suddenly stopped. What would I have to do to make my app request permission? – SeanT Jul 19 '15 at 21:49
  • 2
    http://stackoverflow.com/questions/24062509/location-services-not-working-in-ios-8 – Okhan Okbay Jul 19 '15 at 22:39

0 Answers0