Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why package needs permission for NSLocationWhenInUseUsageDescription? #246

Open
iSaBo96 opened this issue Oct 3, 2022 · 1 comment
Open

Comments

@iSaBo96
Copy link

iSaBo96 commented Oct 3, 2022

Why does the package need permission for NSLocationWhenInUseUsageDescription (iOS) when the Beacon-Manager is only used with bluetooth? I didnt want GPS!

@sashko9807
Copy link

Ranging/Monitoring for beacons is tied up to the Location API in both IOS and Android, thus the appropriate permissions needs to be granted, and location service should be turned on.

This is necessary for every application which wants to access hardware identifiers of connected or nearby wireless devices such as beacons(UUID, Major, Minor etc..) or Wi-Fi(SSID, MacAddress etc...). Having Location Service turned on, doesn't necessary mean GPS is used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants