{"id":21130539,"url":"https://github.com/indooratlas/ios-sdk-swift-examples","last_synced_at":"2025-07-09T01:33:32.700Z","repository":{"id":46300538,"uuid":"55962003","full_name":"IndoorAtlas/ios-sdk-swift-examples","owner":"IndoorAtlas","description":"Swift examples for IndoorAtlas iOS SDK","archived":false,"fork":false,"pushed_at":"2025-06-04T14:10:57.000Z","size":552,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-06-04T21:06:00.519Z","etag":null,"topics":["example"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IndoorAtlas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-04-11T10:10:48.000Z","updated_at":"2025-06-04T14:10:59.000Z","dependencies_parsed_at":"2023-12-15T15:24:44.369Z","dependency_job_id":"74d088f7-6670-4e84-9e4c-d567907de122","html_url":"https://github.com/IndoorAtlas/ios-sdk-swift-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IndoorAtlas/ios-sdk-swift-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-swift-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-swift-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-swift-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-swift-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndoorAtlas","download_url":"https://codeload.github.com/IndoorAtlas/ios-sdk-swift-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-swift-examples/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264375578,"owners_count":23598404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example"],"created_at":"2024-11-20T05:34:52.024Z","updated_at":"2025-07-09T01:33:32.168Z","avatar_url":"https://github.com/IndoorAtlas.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IndoorAtlas SDK Examples for iOS (Swift)\n\n[IndoorAtlas](https://www.indooratlas.com/) provides a unique Platform-as-a-Service (PaaS) solution that runs a disruptive geomagnetic positioning in its full-stack hybrid technology for accurately pinpointing a location inside a building. The IndoorAtlas SDK enables app developers to use high-accuracy indoor positioning in venues that have been fingerprinted.\n\nThis example app showcases the IndoorAtlas SDK features and acts as a reference implementation in Swift for many of the basic SDK features. Getting started requires you to set up a free developer account and fingerprint your indoor venue using the IndoorAtlas MapCreator tool.\n\nThere are also similar examples for [Objective-C](https://github.com/IndoorAtlas/ios-sdk-examples) and [Android](https://github.com/IndoorAtlas/android-sdk-examples).\n\n* [Getting Started](#getting-started)\n    * [Set up your account](#set-up-your-account)\n    * [Get started by using CocoaPods](#get-started-by-using-cocoapods)\n    * [Manual IndoorAtlas framework download](#manual-indooratlas-framework-download)\n* [Features](#features)\n* [Documentation](#documentation)\n* [SDK Changelog](#sdk-changelog)\n* [License](#license)\n\n\n## Getting Started\n\n### Set up your account\n\n* Set up your [free developer account](https://app.indooratlas.com) in the IndoorAtlas developer portal. Help with getting started is available in the [Quick Start Guide](http://docs.indooratlas.com/quick-start-guide.html).\n* To enable IndoorAtlas indoor positioning in a venue, the venue needs to be fingerprinted with the [IndoorAtlas MapCreator 2](https://play.google.com/store/apps/details?id=com.indooratlas.android.apps.jaywalker) tool.\n* To start developing your own app, create an [API key](https://app.indooratlas.com/apps).\n\n### Get started by using CocoaPods\n\nClone or download this git repository and install the project dependencies using CocoaPods (recommended):\n\n```\ncd ios-sdk-swift-examples/example\npod install\nopen ios-sdk-swift-examples.xcworkspace\n```\n\nSet your API keys in `ApiKeys.swift`. API keys can be generated at https://app.indooratlas.com/apps\n\n### Manual IndoorAtlas framework download\n\nIf you are not using CocoaPods, the IndoorAtlas SDK framework can be downloaded and installed manually by following the steps on the IndoorAtlas web site: http://docs.indooratlas.com/ios/getting-started.html\n\n## Features\n\nThese examples are included in the app:\n\n* Map View: Shows the location together with the associated floor plan bitmap overlay on the world map. This example also includes wayfinding. \n* Image View: Floor plan bitmap image view with the blue dot location.\n\n## Documentation\n\nThe IndoorAtlas SDK API documentation is available in the documentation portal: http://docs.indooratlas.com/ios/\n\n#### Known issues\n\n* iOS automatic floor plan recognition is not always reliable. It can be improved by using ambient beacons, auxiliary information sources, or UI design choices. \n\n## SDK Changelog\n\nhttp://docs.indooratlas.com/ios/CHANGELOG.html\n\n## License\n\nCopyright 2015-2017 IndoorAtlas Ltd. The IndoorAtlas SDK Examples are released under the Apache License. See the [LICENSE.md](https://github.com/IndoorAtlas/ios-sdk-swift-examples/blob/master/LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findooratlas%2Fios-sdk-swift-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findooratlas%2Fios-sdk-swift-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findooratlas%2Fios-sdk-swift-examples/lists"}