[MOD-2891] iOS BLE: Beacons: beaconIdentityConstraint functionality is not working. No events are getting called. Probably beaconIdentityConstraint is missing in createBeaconRegion
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2021-02-03T11:02:54.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BLE |
Labels | ios |
Reporter | Saumya Rai |
Assignee | Saumya Rai |
Created | 2021-02-03T09:29:34.000+0000 |
Updated | 2021-02-03T11:02:54.000+0000 |
Description
beaconIdentityConstraint functionality is not working. No events are getting called. Probably beaconIdentityConstraint is missing in createBeaconRegion.
Reference: https://developer.apple.com/documentation/corelocation/clbeaconregion
Attaching code for reference. I also tried uuid, major, minor and identifier as parameters in createBeaconRegion.
Attachments
File | Date | Size |
---|---|---|
beaconIdentityConstraint.js | 2021-02-03T09:31:56.000+0000 | 9363 |
Closing this ticket. This was my mistake. I was passing parameter name wrong in startRangingBeaconsSatisfyingIdentityConstraint (beaconIdentityConstraint instead of identityConstraint)