{"id":21130542,"url":"https://github.com/indooratlas/ios-sdk-examples","last_synced_at":"2026-03-02T11:32:59.600Z","repository":{"id":2976279,"uuid":"45165531","full_name":"IndoorAtlas/ios-sdk-examples","owner":"IndoorAtlas","description":"IndoorAtlas iOS SDK example applications","archived":false,"fork":false,"pushed_at":"2025-06-04T14:10:24.000Z","size":1494,"stargazers_count":10,"open_issues_count":1,"forks_count":7,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-07-09T01:45:26.383Z","etag":null,"topics":["example"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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.md","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":"2015-10-29T06:49:26.000Z","updated_at":"2025-06-04T14:10:26.000Z","dependencies_parsed_at":"2025-07-09T01:42:32.079Z","dependency_job_id":"b76490db-1cd5-465f-a771-2c63b97c6a3d","html_url":"https://github.com/IndoorAtlas/ios-sdk-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IndoorAtlas/ios-sdk-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IndoorAtlas","download_url":"https://codeload.github.com/IndoorAtlas/ios-sdk-examples/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IndoorAtlas%2Fios-sdk-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30000029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T11:09:27.951Z","status":"ssl_error","status_checked_at":"2026-03-02T11:08:53.255Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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.165Z","updated_at":"2026-03-02T11:32:59.581Z","avatar_url":"https://github.com/IndoorAtlas.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IndoorAtlas SDK Examples for iOS (Objective-C)\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 Objective-C 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 [Swift](https://github.com/IndoorAtlas/ios-sdk-swift-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 [IndoorAtlas support pages](https://indooratlas.freshdesk.com/support/home).\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-examples/example\npod install\nopen indooratlas-ios-sdk-example.xcworkspace\n```\n\nSet your API keys in `ApiKeys.h`. 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 in the [manual installation of iOS SDK](https://indooratlas.freshdesk.com/support/solutions/articles/36000092592-manual-installation-of-ios-sdk).\n\n## Features\n\nThese examples are included in the app:\n\n* Map View: Example of using IndoorAtlas positioning with AppleMaps overlay. Demonstrates the use of region change, indoor-outdoor and wayfinding features of the IndoorAtlas SDK. \n* Image View: Floor plan bitmap image view with the blue dot location.\n* Background: Demonstrates running the SDK in the background, by periodically initiating positioning.\n* Geofence: Allows the user to set geofences and triggers callbacks once the user enters/exits the geofence.\n* Orientation: Demonstrates the 3D orientation API.\n\n## Documentation\n\nThe IndoorAtlas SDK API documentation is available in the documentation portal: https://docs.indooratlas.com/ios/latest/\n\n## SDK Changelog\n\nhttps://docs.indooratlas.com/technical/changelogs/ios/\n\n## License\n\nCopyright 2015-2018 IndoorAtlas Ltd. The IndoorAtlas SDK Examples are released under the Apache License. See the [LICENSE.md](https://github.com/IndoorAtlas/ios-sdk-examples/blob/master/LICENSE.md) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findooratlas%2Fios-sdk-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findooratlas%2Fios-sdk-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findooratlas%2Fios-sdk-examples/lists"}