Hi guys,
I followed your guide
on connecting to the beacon I did not understand how to pass a
ConfigurableDevice object from onResume to onCreate. Could you explain
how the variable this.deviceToConnectTo is used within your guide?
Please update your SDK, now connecting to beacons changed a little bit.
There is no ConfigurableDevicesScanner
, you are supposed to use BeaconManager
to look for configurable devices.
Latest guide is on GitHub: https://github.com/Estimote/Android-SDK/blob/master/Docs/DOC_deviceConnection.md
Update to Developer Portal is coming soon.