Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

Update setup.ios.md #63

Closed NielsOtten closed 4 years ago

NielsOtten commented 4 years ago

Had to add the NSLocationAlwaysAndWhenInUseUsageDescription otherwise it wouldn't ask for location

andrekovac commented 4 years ago

Thanks for the addition. You were not able to run it with either of the other location related permissions?

NielsOtten commented 4 years ago

No, when adding the 2 permissions i got an error saying i should add NSLocationAlwaysAndWhenInUseUsageDescription as well.

andrekovac commented 4 years ago

Interesting.. so you had to add all three permission? In the README it currently still says to use either of the three permissions, not all of them.

andrekovac commented 4 years ago

Updated it to reflect that one permission got deprecated.