Skip to content

Releases: Estimote/iOS-Fleet-Management-SDK

2.2.1

20 Nov 01:01
Compare
Choose a tag to compare

Bulk updater refactored
Bulk updater demo added

2.2.0

19 Nov 19:29
Compare
Choose a tag to compare

Features:

Secure UUID rotation added to prevent from hijacking beacons
Bulk update
Estimote Analytics
8x faster firmware update

2.1.5

26 Sep 16:12
Compare
Choose a tag to compare

Firmware update bugfix

2.1.4

25 Sep 19:43
Compare
Choose a tag to compare

Missing armv7s architecture added to the library

2.1.3

24 Sep 15:54
Compare
Choose a tag to compare
Corrected support for cocoapods

2.1.2

24 Sep 15:45
Compare
Choose a tag to compare
Changelog corrections

2.1.1

16 Sep 11:21
Compare
Choose a tag to compare

Features:

  • Support for iOS 8 Authorization changes

Improvements:

  • Documentation updated
  • Option to define connection timeout and number of attempts

2.1.0

08 Sep 21:21
Compare
Choose a tag to compare

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

15 Jul 20:13
Compare
Choose a tag to compare

Hanging on beacons ranging (100% CPU usage) issue solved.

2.0.0

18 Jul 07:06
Compare
Choose a tag to compare

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: