{"id":18909858,"url":"https://github.com/map-ir/mapir-ios-tracker","last_synced_at":"2025-07-19T13:39:36.117Z","repository":{"id":98481860,"uuid":"219698335","full_name":"map-ir/mapir-ios-tracker","owner":"map-ir","description":"Map.ir iOS SDK for live tracking service.","archived":false,"fork":false,"pushed_at":"2020-05-22T12:21:51.000Z","size":1051,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T17:06:39.951Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/map-ir.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}},"created_at":"2019-11-05T08:48:31.000Z","updated_at":"2023-03-17T14:48:04.000Z","dependencies_parsed_at":"2023-03-29T19:02:35.467Z","dependency_job_id":null,"html_url":"https://github.com/map-ir/mapir-ios-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/map-ir%2Fmapir-ios-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/map-ir%2Fmapir-ios-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/map-ir%2Fmapir-ios-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/map-ir%2Fmapir-ios-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/map-ir","download_url":"https://codeload.github.com/map-ir/mapir-ios-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249020654,"owners_count":21199595,"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":[],"created_at":"2024-11-08T09:35:25.545Z","updated_at":"2025-04-15T06:30:47.322Z","avatar_url":"https://github.com/map-ir.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"200\" src=\"https://corp.map.ir/wp-content/uploads/2019/06/map-site-logo-1.png\" alt=\"Map.ir Logo\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n   \u003ca href=\"https://developer.apple.com/swift/\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Swift-5.1-orange.svg?style=flat\" alt=\"Swift 5.1\"\u003e\n   \u003c/a\u003e\n   \u003c!-- \n   \u003ca href=\"http://cocoapods.org/pods/MapirLiveTracker\"\u003e\n      \u003cimg src=\"https://img.shields.io/cocoapods/v/MapirLiveTracker.svg?style=flat\" alt=\"Version\"\u003e\n   \u003c/a\u003e\n   --\u003e\n   \u003c!--\n   \u003ca href=\"http://cocoapods.org/pods/MapirLiveTracker\"\u003e\n      \u003cimg src=\"https://img.shields.io/cocoapods/p/MapirLiveTracker.svg?style=flat\" alt=\"Platform\"\u003e\n   \u003c/a\u003e\n   --\u003e\n   \u003ca href=\"https://github.com/Carthage/Carthage\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat\" alt=\"Carthage Compatible\"\u003e\n   \u003c/a\u003e\n\u003c/p\u003e\n\n\n# MapirLiveTracker\n\n\u003cp align=\"center\"\u003e\n\n\u003c/p\u003e\n\n## Features\n\n- Map.ir Live Tracker uses MQTT protocol which has low data usage.\n- Easy configuration.\n- Complete and expressive documentation.\n- You can use both Swift and Objective-C languages. \n\n## Example\n\nThe example applications are the best way to see `MapirLiveTracker` in action. Simply open the `MapirLiveTracker.xcodeproj` and run the `Swift Example` scheme.\nThere is also an Objective-C Example that is still being developed. \n\n## Installation\n\n### CocoaPods\nThis SDK will be available on CocoaPods soon.\n\u003c!--\nMapirLiveTracker is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```bash\npod 'MapirLiveTracker'\n```\n--\u003e\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.\n\nTo integrate MapirLiveTracker into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"map-ir/mapir-ios-tracker\"\n```\n\nRun `carthage update` to build the framework and drag the built `MapirLiveTracker.framework` into your Xcode project. \n\nOn your application targets’ “Build Phases” settings tab, click the “+” icon and choose “New Run Script Phase” and add the Framework path as mentioned in [Carthage Getting started Step 4, 5 and 6](https://github.com/Carthage/Carthage/blob/master/README.md#if-youre-building-for-ios-tvos-or-watchos)\n\n## Usage\n\n1. Add your API Key to Info.plist with `MAPIRAccessToken` key or simply use Publisher/Subscriber initializers with accessToken argument.\n2. use `start(withTrackingIdentifier:)` and pass in your tracking identifier.\n\n## Contributing\nContributions are very welcome 🙌\n\n## License\nLicense is available in LICENSE file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmap-ir%2Fmapir-ios-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmap-ir%2Fmapir-ios-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmap-ir%2Fmapir-ios-tracker/lists"}