Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Releases: Estimote/iOS-Indoor-SDK

The one with cloud and accuracy circle

10 Apr 14:08
Compare
Choose a tag to compare
  • Locations can be stored in the cloud.
  • We are now providing accuracy of determined position. IndoorLocationManager delegate method indoorLocationManager:didUpdatePosition:inLocation: is now deprecated. Instead of it, use indoorLocationManager:didUpdatePosition:withAccuracy:inLocation:. ESTPositionView.h was added to provide example usage of determined position accuracy.
  • Added IndoorLocationManager delegate method to tell that delegate is ready and will start updating position (indoorLocationManagerIsReady:).
  • Meaningful error codes are provided when IndoorLocationManager fails to update position (described in ESTIndoorLocationManager.h).

Please note that iPod is no longer supported due to absence of magnetometer.

The one with large locations

17 Mar 13:21
Compare
Choose a tag to compare
  • The Estimote Indoor SDK now works better in large locations.

The one with orientation

03 Mar 12:37
Compare
Choose a tag to compare
  • Major improvements in user's orientation within location. Orientation in position reported via [ESTIndoorLocationManagerDelegate indoorLocationManager:didUpdatePosition:inLocation:] is less error-prone and more responsive to user's rotation.
  • Updated dependency to Estimote iOS SDK 2.4.0.

The one with fixed linking warnings

30 Jan 14:10
Compare
Choose a tag to compare
  • Removing warnings during linking.

The one with almost 1.1.0.

22 Jan 21:42
Compare
Choose a tag to compare
  • Bugfix release.

The one with stability improvements

22 Jan 08:45
Compare
Choose a tag to compare
  • Improvements to accuracy and stability of localisation.
  • Greater responsiveness for 32-bit devices (iPhone 5C and older)
  • New functionality in ESTIndoorLocationView: helper methods to calculate view coordinates based on real coordinates, cropping view to rectangular region of interest
  • CAN BREAK BUILD: change in way of setting up appID and appToken. Use [ESTConfig setupAppID:andAppToken:] instead of [ESTIndoorLocationManager setupAppID:andAppToken:].
  • CAN BREAK BUILD: change in Estimote SDK version dependency (2.3.2)
  • CAN BREAK BUILD: new requirement for the library. Application needs to add -lc++ to Other Linker Flags (project's Build Settings).

The loneliest number ever

24 Sep 16:55
Compare
Choose a tag to compare

First version of Estimote Indoor Location SDK.