Estimote / iOS-Fleet-Management-SDK

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

ESTLocationBeaconBulkUpdater doesn't get any devices pending update #252

Closed tflack closed 4 years ago

tflack commented 7 years ago

I was excited to see the BulkUpdater functionality in the SDK.

Unfortunately the example doesn't run with an error of... No visible @interface for 'ESTLocationBeaconBulkUpdater' declares the selector 'startCloudUpdate'

The ESTLocationBeaconBulkUpdater class does have a number of start methods including a plain and simple "start" as well as overloads with timeout and polling interval.

I've tried all of them, updated some beacons in my Estimote account and launched the example app. It just shows the view controller UI and shows 0/0 devices. Double checking against the main Estimote mobile app the beacons do show pending cloud updates.

I have added my app id and token to AppDelegate to answer that question.

Anyone have any ideas why this example doesn't seem to be working?