Is there a way to prompt or maybe enable the Location Service programmatically or at least navigate user to Privacy & Security > Location Services page if the Location Service is not enabled on IOS?
It seems that Waze and Google Maps are able to prompt a dialog like this and when user click on the “Settings”, then it will navigate user to Privacy & Security > Location Services page.
On Flutter, I tried using Geolocator.openLocationSettings()
which navigate me to the app settings instead of Privacy & Security > Location Services and Location().requestService()
which only prompts a dialog that inform me to navigate to that page to enable the service.
Anyone has any idea on how to make it happen or is it impossible?