Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.6k stars 291 forks source link

invalid authorization level provider #320

Closed hoseinfo closed 2 years ago

hoseinfo commented 2 years ago

I always facing this issue when I want to get lat and Lon in iOS....

(before that I get permission...)

please help me...

hoseinfo commented 2 years ago

Error: { message = "Invalid authorization level provided"; }

Agontuk commented 2 years ago

Please check the readme about what value to pass in requestAuthorization method & how to pass it. I would guess you're doing it wrong somehow.