You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include the following to help us address your issue.
Expected behavior and actual behavior.
I've 4 beacons with same uuid and same major ( 1000 ) but each with different minor ( 1000-1003). The reading in didRangeBeaconsInRegion reports back beacons with major=4096 and minor between 4096 and 4100 as follows:
minor initially set to 1000, reported as 4096.
minor 1001, reported as 4097
minor 1002, reported as 4098,
minor 1003, reported as 4100
Steps to reproduce the problem.
The most basic setup with ranging beacons in a region
Please include the following to help us address your issue.
I've 4 beacons with same uuid and same major ( 1000 ) but each with different minor ( 1000-1003). The reading in didRangeBeaconsInRegion reports back beacons with major=4096 and minor between 4096 and 4100 as follows:
Steps to reproduce the problem.
The most basic setup with ranging beacons in a region
using it in Ionic with capacitor 3:
Ionic:
Ionic CLI : 6.19.1 (/opt/homebrew/lib/node_modules/@ionic/cli)
Ionic Framework : @ionic/angular 6.1.6
@angular-devkit/build-angular : 13.2.6
@angular-devkit/schematics : 13.2.6
@angular/cli : 13.2.6
@ionic/angular-toolkit : 6.1.0
Capacitor:
Capacitor CLI : 3.5.1
@capacitor/android : 3.5.1
@capacitor/core : 3.5.1
@capacitor/ios : 3.5.1
Utility:
cordova-res : not installed globally
native-run : 1.6.0
System:
NodeJS : v14.19.3 (/opt/homebrew/Cellar/node@14/14.19.3/bin/node)
npm : 6.14.17
OS : macOS Monterey
The text was updated successfully, but these errors were encountered: