CLLocation Manager not updated when App is in Guided Access mode
问题 I kept Guided Access for iPad app. When the app is launched it asks for user's current location using CLLocationManager .This is working under Normal mode and updates user current location. But under Guided Access, popup ("Allow to access your location") is not shown and authorizationStatus is always kCLAuthorizationStatusNotDetermined and doesn't update current location of user . Couldn't understand what could be the problem.Searched a lot but couldn't find it. ViewController.m : - (void