alann-maulana / flutter_beacon

An hybrid iBeacon scanner and transmitter SDK for Flutter Android and iOS.
Apache License 2.0
118 stars 150 forks source link

is it possible to ranging without UUID but major number? #111

Open iles-Chester opened 2 years ago

iles-Chester commented 2 years ago

is it possible to ranging without UUID but major number?

I tried to set Region(identifier: name, major: 1), however, it is not work, the uuid is not null, it is replaced by major.

keonwoopark00 commented 2 years ago

You need to set UUID in iOS.

babo3yong2 commented 2 years ago

me too