I have an app with location services. If I disable location services in preferences, I check this state with this method: [CLLocationManager locationServicesEnabled]
This method return if are all location services enabled or disabled. But problem is that I don’t know, how to check state of location service for my app. I mean state when are all location services enabled and disabled is only my app ? How can I check this ? [CLLocationManager locationServicesEnabled] not working here … Thanks a lot ..
I have an app with location services. If I disable location services in preferences,
Share
I use this in my code, and it work fine