Estimote / iOS-Fleet-Management-SDK

Estimote Fleet Management SDK for iOS
https://developer.estimote.com
MIT License
1.18k stars 398 forks source link

Eddytstones not being picked up on iOS #254

Closed ghost closed 4 years ago

ghost commented 7 years ago

Hello,

I am calling this to pass in my beacon uid to scan for eddystones:

EstimoteManager.Instance.StartEddystoneScan(new EddystoneUidFilter("20cae8a00800200c9a66"));

it works great on Android, but on iOS, it does not pick up my beacons advertising eddystone.

Does iOS have compatibility with eddystones?

Thanks!