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

How detect all iBeacons around me ? #250

Open
Malin88 opened this issue Nov 24, 2022 · 2 comments
Open

How detect all iBeacons around me ? #250

Malin88 opened this issue Nov 24, 2022 · 2 comments

Comments

@Malin88
Copy link

Malin88 commented Nov 24, 2022

Hi. I bought a small device which emit Beacon signal. In app such as Beacon Scanner I can see this device, but when I want find it through this package, I have information that "Found beacons!" but beasons array is empty. Probably is because I need to provide correct "region" data in startRangingBeaconsInRegion() method? Can I scan area around me without provide region ?

@sashko9807
Copy link

Scanning without providing a region is possible only on Android. As for the reason beacon array is empty it could be due to:
-Application not having permission to use location
-Smartphone location service being turned off

@gigflex
Copy link

gigflex commented Jan 20, 2023

Hi @Malin88 ,

Are you able to run this code on android or iOS?
We are unable to run due to lots of build errors.

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

3 participants