We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
authorizationDidChange
I can't seem to get authorizationDidChange to fire.
regionDidEnter and regionDidExit don't fire either, but I'm not sure what to expect so it hasn't been important yet.
regionDidEnter
regionDidExit
beaconsDidRange works great.
beaconsDidRange
Some pseudo-code:
const Region = { identifier: 'Radius Networks', uuid: UUID, major: 1, minor: 1 }; /* ... */ function authorizationDidChange(data) { console.info('authorizationDidChange', data); } DeviceEventEmitter.addListener('beaconsDidRange', beaconDidRange); DeviceEventEmitter.addListener('regionDidEnter', regionDidEnter); DeviceEventEmitter.addListener('regionDidExit', regionDidExit); DeviceEventEmitter.addListener('authorizationDidChange', authorizationDidChange); Beacons.requestWhenInUseAuthorization(); Beacons.startMonitoringForRegion(Region); Beacons.startRangingBeaconsInRegion(Region); Beacons.startUpdatingLocation();
Not sure what else to say beyond "it doesnt look like its working". Let me know if you need any additional info!
Here are some version numbers:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can't seem to get
authorizationDidChange
to fire.regionDidEnter
andregionDidExit
don't fire either, but I'm not sure what to expect so it hasn't been important yet.beaconsDidRange
works great.Some pseudo-code:
Not sure what else to say beyond "it doesnt look like its working". Let me know if you need any additional info!
Here are some version numbers:
The text was updated successfully, but these errors were encountered: