iOS Location Permission

Hi Folks

On Android, I ask for Location Permission like:

if (!Permission.HasUserAuthorizedPermission(Permission.FineLocation))
            {
                Permission.RequestUserPermission(Permission.FineLocation);
            }

What is the way of doing the same thing for iOS. Basically, how to check if its already granted and how to ask for permission.

Thanks

Stefan

Anybody Help? Much appreciated.

Thanks!