0
I am developing an app for iOS 8 and require permission to CLLocationManager
, but if the user does not accept the permission and tries to change in the privacy settings, the settings close at the time of selection (similar to a Crash) and when returning in the settings panel, the same is still selected the option "Never".
Problem: As much as the user tries to change this permission he will never get it. This happens with the background or fully inactive application.
Let me understand. You’re saying it gives crash when you try to change your app’s settings in Adjustments > Privacy > Location Service of the iOS system itself?
– Paulo Rodrigues
Actually in: Settings > application in question > Location
– Gian
create a simple project reproducing the problem and share it so I can analyze it because it seems to be logic error
– João Paraná