Is there any way to know the major and minor beacons detected in the iBeacon background?

Asked 1 years ago, Updated 1 years ago, 116 views

I can't use RangingBeaconsInRegion for background processing, so I use MonitoringForRegion for detection, but MonitoringForRegion only knows the UUID, and I don't know the major and minor.

I'm also looking for a way to know major and minor in the background.

Could you tell me if there is a way to take major and minor in MonitoringForRegion, or if there is an alternative?

Thank you for your cooperation.

ios bluetooth ibeacon

2022-09-30 16:50

1 Answers

It's self-resolved, but I was able to solve it successfully.

By specifying major and minor in addition to the UUID in initWithProximity, MonitoringForRegion was also able to obtain major and minor.

I hope it will be helpful for those who are having trouble with similar things


2022-09-30 16:50

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.