A native iOS sample application demonstrating how to integrate the Mapsted Mobile SDK (indoor positioning, mapping, wayfinding, and location-based services) into an iOS app. Built against the current Mapsted SDK 26.7.1 release.
A sample Mapsted licence file is included, providing access to the Square One Shopping Centre
(propertyId 504) so you can run the app out of the box.
| Minimum | |
|---|---|
| iOS deployment target | 16.0 |
| Xcode | 15.0+ |
| CocoaPods | 1.16+ |
- Clone this repository:
git clone https://github.com/MapstedHQ/MapstedSampleiOS.git
- From the
Sampledirectory, install the pods (the Podfile already declares the Mapsted pod sourcehttps://github.com/MapstedHQ/podspec.git):cd Sample pod install - Open
Sample.xcworkspacein Xcode. - Ensure the Mapsted licence file (
ios_licence.key) is present in the app'sResourcesfolder. The included sample licence covers Square One (propertyId504); use your own licence key for your own properties. - Select a device or simulator and run.
Full integration guides, API references, and getting-started tutorials are available at developer.mapsted.com/mobile-sdk.
This sample and the Mapsted Mobile SDK are distributed under the Mapsted proprietary licence — see
LICENSE. All rights reserved.