SkiBall
SkiBall
So if i put any valid format of string it will detect any and every beacon broadcasting that format?(for eg ibeacon format)
We are talking about the identifier parameter of region or UUID here? Could you show me an example where you put any random uuid string for reference and could catch...
Yes identifier is compulsory but can be anything but in the example you just pointed out it does use a uuid: parameter in defining region. I was interested in scanning...
@ateufel No i was talking about the uuid parameter of region
Did you try react-native link?
Try to react-native link, close the project, run from xcode, Idk why it's working for me
Did you detach expo before using this?
You need to enter those in region along with uuid to get that in regionDidenter and regoinDIdExit events
Could you share your region definition too?
Why do we need to feed uuid and region information in advance? I get region list from an API call and monitor then, but in iOS it limits upto 20...