Indoor Location IOS App

Hi does the Indoor Location wizard still have support? or do i need necessarily to work with the SDK

1 Like

No, we don’t support it anymore.

The old Indoor Location SDK used BLE (Bluetooth) only to compute XY position of people and their phones.

At this very moment we use new UWB Beacons. They have both BLE and UWB which is more precise and reliable.

We currently have iOS and Android SDK here: GitHub - Estimote/iOS-Estimote-UWB-SDK: iOS SDK and demo app for Estimote UWB Beacons

With this SDK you can obtain precise distance and you can use it to triangulate and build own Indoor Location algo with XY computation.