Hello, I need my app to ask for permission again if in Android the user selects “Never ask again” or in iOS if the user refuses to grant permissions (since in Android it asks always unless the user clicks on “Never ask again” but in iOS it never asks again if you refuse).
I’m using diagnostic.requestLocationAuthorization()
but it doesn’t ask for permission again with the above scenarios.