frostney / react-native-ibeacon

:satellite: iBeacon support for React Native
MIT License
375 stars 54 forks source link

How can I range all of the beacons #33

Closed RezaRahmati closed 8 years ago

RezaRahmati commented 8 years ago

I am using a library for android, and in them I don't need to set uuid for ranging, and it will range all of the devices Is that possible with your library too?

frostney commented 8 years ago

That's not possible with iOS as it's a limitation of the underlying iOS SDK. Please see #31 for a thorough explanation.