I currently have a locationManager (not CLLocationManager) singleton that is getting my location when the app starts and that manages the rest of the location services in the app.
When getting initialized the location manager if the state is denied triggers an alert prompting to change the authorization state. Since it is a nsobject I can't present it, and I've been looking for other options but most are hacks. Is it actually possible to present it this way?
Thanks in advance