Skip to content

Release Notes

Dinkar Kumar edited this page May 9, 2023 · 16 revisions

Current Build

SDK 2.0.5

Major Updates:

New:

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

SDK v1.5.291

Release Date - 09/22/2022

Major Updates:

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

SDK v1.5.289

Release Date - 08/18/2022

Major Updates:

  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.

SDK v1.5.283

Release Date - 07/05/2022

Major Updates:

New:

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

SDK v1.5.280-dr

Release Date - 03/30/2021

Major Updates:

New:

  • Support to enroll Org on Google Cloud Environment, in addition to AWS.
  • Resolved concurrent map read/write memory leak crash.
  • iOS 14 support in MistSDK DR.

Improvements:

  • Enhancements in SDK to improve the location and direction accuracy based on-device sensor data.
  • Simplified didUpdateDRHeading callback which now returns Snapped heading(direction) directly in the response.
  • Minor bug fixes.

Known issues:

  • Apple has updated App location permission for transparency in the background from iOS 13 onwards. Hence, send and rest time of location update in background mode may not work as expected from iOS 13 or later version.

Note: Mist SDK DR is not bitcode complaint.

SDK v1.5.272-dr

Release Date - 04/01/2020

Major Updates:

New:

  • iOS 13 support in MistSDK DR.
  • Removed the redundant task of thumbnail map download as this now done by app developer community when integrating Mist Location SDK with Mapping SDK.
  • Released Mist SDK – DR on Cocoapods.

Improvements:

  • SDK Stability enhancements.
  • Enhancements to Sensor fusion ( DR in the SDK) for higher accuracy based on normalized device sensor data.

Known issues:

  • Apple has updated App location permission and transparency in background from iOS 13 onwards. Hence, send and rest time of location update in background mode is not working as expected from iOS 13 or later version.

SDK v1.5.58

Release Date - 10/10/2019

Major Updates:

  1. iOS 13 Support

SDK v1.5.218-dr

Release Date - 07/09/2019

Major Updates:

  1. Minor Bug Fixes.

Note: This SDK is not released to cocoapod as this is not Bitcode compliant {.framework can be found here in branch dr2}.
(download zip -> mist-vble-ios-sdk-1.5.58/Frameworks/1.5.218-dr/MistSDK.framework)

SDK v1.4.2-dr

Release Date - 12/28/2018

Major Updates:

  1. EU Support
  2. Fixes in DeadReckoning
  3. Performance optimization for handling Orgs with high number of sites
  4. Misc Bug Fixes

Note: This SDK is not released to cocoapod as this is not Bitcode compliant .framework can be found here

SDK v1.4.2

Release Date - 12/28/2018

Major Updates:

  1. EU Support
  2. Performance optimization for handling Orgs with high number of sites
  3. Misc Bug Fixes

Note: This SDK is released to cocoapod

SDK v1.3.0-dr

Release Date - 07/06/2018

Major Updates:

  1. Dead Reckoning support. Now SDK returns enhanced DR supported in-door location estimate which provides seamless experience even when there is no internet connectivity
  2. Support for Jibestream Maps
  3. Added changes to make SDK more stable
  4. Misc Bug Fixes

Note: This SDK is not released to cocoapod as this is not Bitcode compliant .framework can be found here

SDK v1.3.0

Release Date - 07/06/2018

Major Updates:

  1. Added improvement for stability in roaming scenarios
  2. Minor bug fixes and improvements

Note: This SDK is released to cocoapod