Skip to content

Releases: mistsys/mist-vble-ios-sdk

3.1.0

08 Oct 10:51
Compare
Choose a tag to compare
  • Support for UAE environment
  • Minor bug fixes and improvements

3.0.0

29 Apr 09:45
Compare
Choose a tag to compare

. New Revamped SDK using Swift
· Support for Canary
· Support for UK

2.0.8

05 Dec 10:24
Compare
Choose a tag to compare

· More efficient storage, memory, and CPU footprint
· Support for Australia
· Minor bug fixes

2.0.7

11 Aug 08:24
Compare
Choose a tag to compare

minor fixes

SDK version 2.0.5

17 Apr 07:27
Compare
Choose a tag to compare

In this version, we are introducing a new, simpler and easier way to integrate our location SDK into your applications. Implementation requires less steps and less code to accomplish. Please see our updated integration guide here

Beta SDK version 2.0.4

17 Apr 07:26
Compare
Choose a tag to compare
New revamped SDK beta version 2.0.4

1.5.294

16 Dec 11:14
Compare
Choose a tag to compare

Stability changes

1.5.291

23 Sep 21:08
Compare
Choose a tag to compare

Release Notes:

Fix for crash issue when the SDK is run in the background from application wakeup via iBeacon

1.5.289

22 Aug 22:05
Compare
Choose a tag to compare

Release Note:

  1. Introducing token rotation to limit the impacts of any compromised tokens. It involves exchanging one expiring access token for a new one.

    • A secret token that is used to initialize the MSTCentralManager will be auto-refreshed after every 30 days.
    • App Developer MUST implement the Error Handling callback to re-enroll the device once the existing secret token has expired.
  2. Enhancement to the SDK on the BLE scanning mechanism to prevent the connection from retrying to the cloud when a device is not in BLE Proximity.

  3. SDK can experience errors anywhere in the lifecycle due to numerous reasons on the network. To increase the reliability and reduce the operational cost, we have added backoff where SDK will pause for a given amount of time before retrying the connection.

1.5.283

21 Jul 00:23
Compare
Choose a tag to compare

New:

  • Support to enroll Org on AWS East.
  • Minor bug fix.