Releases: Estimote/iOS-Fleet-Management-SDK
2.2.1
Bulk updater refactored
Bulk updater demo added
2.2.0
Features:
Secure UUID rotation added to prevent from hijacking beacons
Bulk update
Estimote Analytics
8x faster firmware update
2.1.5
Firmware update bugfix
2.1.4
Missing armv7s architecture added to the library
2.1.3
Corrected support for cocoapods
2.1.2
Changelog corrections
2.1.1
Features:
- Support for iOS 8 Authorization changes
Improvements:
- Documentation updated
- Option to define connection timeout and number of attempts
2.1.0
Features:
Support for battery power modes
Improvements:
Connection stability
Accelerometer support improved
Color caching improved
Performance with high number of beacons
Bugfixes:
Crashing using GPS Monitoring with Estimote SDK
Source code (zip)
2.0.1
2.0.0
Features:
- Estimote Cloud Integration implemented
- Added temperature and accelerometer support
- Added motionUUID to ESTBeacon
- Support for firmware EstimoteOS 2.0 and up
- Connection status handeld better
- Improved examples app
Refactoring:
- ESTBeacon method name changes:
- connectToBeacon -> connect
- disconnectBeacon -> disconnect
- writeBeaconName:withCompletion: -> writeName:completion:
- writeBeaconProximityUUID:withCompletion: -> writeProximityUUID:completion:
- writeBeaconMajor:withCompletion: -> writeMajor:completion:
- writeBeaconMinor:withCompletion: -> writeMinor:completion
- writeBeaconAdvInterval:withCompletion: -> writeAdvInterval:completion:
- writeBeaconPower:withCompletion: -> writePower:completion:
- updateBeaconFirmwareWithProgress:andCompletion: -> updateFirmwareWithProgress:completion: