The Mist Location SDK provide applications the indoor bluedot experience using Mist’s 16 vBLE antenna array Access point. This technology allows your application to provide indoor location information and proximity related notification using Mist patented vBeacon technology.
-
Mist Location SDK iOS is distributed via framework file:
- latest version is 3.2.0* [Download Link]
OR
-
Mist Location SDK iOS is available on cocoapods.
For Mist SDK , include the following dependency in your xcode project:
pod 'MistSDK', '3.2.0'
-
and Mist Location SDK iOS also available on Swift Package Manager (SPM)
Once you have your Swift package set up, adding MistSDK as a dependency is as easy as adding it to the dependencies value of your Package.swift.
dependencies: [ .package(url: "https://github.com/mistsys/mist-vble-ios-sdk.git", from: "3.2.0") ]
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
To integrate Mist Location SDK for iOS in your app, please follow the instructions available in the Integration Guide
For more detail, please check the implementation in the sample apps.
For more information, please visit www.mist.com. For questions or assistance, please email us at [email protected].