This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Releases: Estimote/iOS-Indoor-SDK
Releases · Estimote/iOS-Indoor-SDK
The one with cloud and accuracy circle
- 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, useindoorLocationManager: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
- The Estimote Indoor SDK now works better in large locations.
The one with orientation
- 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
- Removing warnings during linking.
The one with almost 1.1.0.
- Bugfix release.
The one with stability improvements
- 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
First version of Estimote Indoor Location SDK.