{"__v":1,"_id":"5692b5f80e58a40d00f1b6ed","category":{"__v":2,"_id":"5692b5f20e58a40d00f1b6b8","project":"5538be9dfd56310d00b173d0","version":"5692b5f00e58a40d00f1b6b5","pages":["5692b5f80e58a40d00f1b6ed","5692b5f80e58a40d00f1b6ee","5692b5f80e58a40d00f1b6ef","5692b5f80e58a40d00f1b6f0","5692b5f80e58a40d00f1b6f1","5692b5f80e58a40d00f1b6f2","5692b5f80e58a40d00f1b6f3","5692b5f80e58a40d00f1b6f4","5692b5f80e58a40d00f1b6f5","5692b5f80e58a40d00f1b6f6","5692b5f80e58a40d00f1b6f7","5692b5f80e58a40d00f1b6f8","56ddeac11f41212900450142"],"reference":false,"createdAt":"2016-01-04T10:01:51.119Z","from_sync":false,"order":2,"slug":"ios","title":"iOS Guide"},"project":"5538be9dfd56310d00b173d0","user":"5538be74fd56310d00b173cf","version":{"__v":6,"_id":"5692b5f00e58a40d00f1b6b5","project":"5538be9dfd56310d00b173d0","hasDoc":true,"hasReference":true,"createdAt":"2016-01-10T19:50:08.651Z","releaseDate":"2016-01-10T19:50:08.651Z","categories":["5692b5f20e58a40d00f1b6b6","5692b5f20e58a40d00f1b6b7","5692b5f20e58a40d00f1b6b8","5692b5f20e58a40d00f1b6b9","5692b5f20e58a40d00f1b6ba","5692b5f20e58a40d00f1b6bb","5692b5f20e58a40d00f1b6bc","5692c21b6ebadc0d005b716c","5692c2386ebadc0d005b716e","5692c245b716520d0067bbb6","5692c251b716520d0067bbb7","5692c370b716520d0067bbbd"],"is_deprecated":false,"is_hidden":false,"is_beta":true,"is_stable":true,"codename":"","version_clean":"0.4.0","version":"0.4"},"updates":["55ffbd1e0e2b090d00863390","56c79c8f8d51c61700a3ef66"],"createdAt":"2015-06-18T13:53:17.452Z","link_external":false,"link_url":"","githubsync":"","sync_unique":"","hidden":false,"api":{"results":{"codes":[]},"settings":"","auth":"required","params":[],"url":""},"isReference":false,"order":0,"body":"[block:callout]\n{\n  \"type\": \"info\",\n  \"title\": \"Get started\",\n  \"body\": \"To start using the Tapglue API you need an `APP_TOKEN`. Visit our [Dashboard](https://dashboard.tapglue.com) and login with your credentials or create a new account.\"\n}\n[/block]\nIf you're interested in the iOS SDK Reference Documentation visit our docs on [Cocoapods](http://cocoadocs.org/docsets/Tapglue/).\n[block:api-header]\n{\n  \"type\": \"basic\",\n  \"title\": \"SDK\"\n}\n[/block]\nThe latest version of our iOS SDK can always be found on [Github](https://github.com/tapglue/ios_sdk).\n[block:api-header]\n{\n  \"type\": \"basic\",\n  \"title\": \"Quickstart\"\n}\n[/block]\nWe created a template with Tapglue already installed for you. Before diving into the specifics of our SDK you can download the [Quickstart-Project](https://github.com/tapglue/ios_quickstart) and start using Tapglue immediately.\n[block:api-header]\n{\n  \"type\": \"basic\",\n  \"title\": \"Sample app\"\n}\n[/block]\nOur [Sample app](https://github.com/tapglue/ios_sample) covers most of the concepts in our SDK and is a great showcase if you want to check implementation details.\n\n## Installing the SDK with CocoaPods\n\nThe easiest way to install Tapglue into your iOS project is to use [CocoaPods](http://cocoapods.org/).\n\n1. Install CocoaPods with `gem install cocoapods`\n2. Run `pod setup` to create a local CocoaPods spec mirror, if this is the first time using CocoaPods.\n3. Open Podfile and add `pod 'Tapglue'` to the Target\n4. Run `pod install` in your project directory and Tapglue will be downloaded and installed (we've created the Podfile).\n5. Restart your Xcode project\n\nThats it! Build the project try out our app.","excerpt":"This page will help you get started with Tapglue on iOS step by step.","slug":"ios","type":"basic","title":"Quickstart"}

Quickstart

This page will help you get started with Tapglue on iOS step by step.

[block:callout] { "type": "info", "title": "Get started", "body": "To start using the Tapglue API you need an `APP_TOKEN`. Visit our [Dashboard](https://dashboard.tapglue.com) and login with your credentials or create a new account." } [/block] If you're interested in the iOS SDK Reference Documentation visit our docs on [Cocoapods](http://cocoadocs.org/docsets/Tapglue/). [block:api-header] { "type": "basic", "title": "SDK" } [/block] The latest version of our iOS SDK can always be found on [Github](https://github.com/tapglue/ios_sdk). [block:api-header] { "type": "basic", "title": "Quickstart" } [/block] We created a template with Tapglue already installed for you. Before diving into the specifics of our SDK you can download the [Quickstart-Project](https://github.com/tapglue/ios_quickstart) and start using Tapglue immediately. [block:api-header] { "type": "basic", "title": "Sample app" } [/block] Our [Sample app](https://github.com/tapglue/ios_sample) covers most of the concepts in our SDK and is a great showcase if you want to check implementation details. ## Installing the SDK with CocoaPods The easiest way to install Tapglue into your iOS project is to use [CocoaPods](http://cocoapods.org/). 1. Install CocoaPods with `gem install cocoapods` 2. Run `pod setup` to create a local CocoaPods spec mirror, if this is the first time using CocoaPods. 3. Open Podfile and add `pod 'Tapglue'` to the Target 4. Run `pod install` in your project directory and Tapglue will be downloaded and installed (we've created the Podfile). 5. Restart your Xcode project Thats it! Build the project try out our app.