{"__v":1,"_id":"56a0f67f842b650d00888882","api":{"auth":"required","params":[],"results":{"codes":[]},"settings":"","url":""},"body":"To get started please download the SDK.\n*** DOWNLOAD *** \n\n1. Configure Xcode\nIn the \"Build Phases\" section add the following to \"Link Binary With Libraries\" for XCode 7+.\n\n[block:image]\n{\n  \"images\": [\n    {\n      \"image\": [\n        \"https://www.filepicker.io/api/file/YZvNuNxIQPu3CKCkJlyx\",\n        \"Screen Shot 2016-01-21 at 5.24.52 PM.png\",\n        \"704\",\n        \"529\",\n        \"#165aae\",\n        \"\"\n      ]\n    }\n  ]\n}\n[/block]\nSwift?\n\nTo use Abbi SDK with swift you need to add a bridging header. Don't panic - It's easy.\nCrate a header file called Abbi-Bridging-Header.h and add this line.\n\n[block:code]\n{\n  \"codes\": [\n    {\n      \"code\": \"#import <ABBISDK/ABBI.h>\",\n      \"language\": \"objectivec\"\n    }\n  ]\n}\n[/block]\nIn Build Settings add Abbi-Bridging-Header.h.\n\n\n[block:image]\n{\n  \"images\": [\n    {\n      \"image\": [\n        \"https://www.filepicker.io/api/file/j2kjTgNQDGo7CecKwQ8Z\",\n        \"Screen Shot 2016-01-21 at 5.53.01 PM.png\",\n        \"809\",\n        \"264\",\n        \"#166ed5\",\n        \"\"\n      ]\n    }\n  ]\n}\n[/block]\n2. Start Abbi SDK\n\nConnect to your Abbi Console at : https://console.abbi.io\nAdd a new app\n\n\n\n[block:image]\n{\n  \"images\": [\n    {\n      \"image\": [\n        \"https://www.filepicker.io/api/file/PJ685NUSjy5caHmPj1rQ\",\n        \"Screen Shot 2016-01-21 at 5.57.08 PM.png\",\n        \"1506\",\n        \"564\",\n        \"#143a7b\",\n        \"\"\n      ]\n    }\n  ]\n}\n[/block]\nPress NEXT\nPress Copy (will copy that line of code you need to add)\n\n\n[block:image]\n{\n  \"images\": [\n    {\n      \"image\": [\n        \"https://www.filepicker.io/api/file/MBlmgaQESnidg1mIo9VH\",\n        \"Screen Shot 2016-01-21 at 5.58.29 PM.png\",\n        \"786\",\n        \"1016\",\n        \"#276492\",\n        \"\"\n      ]\n    }\n  ]\n}\n[/block]\nAdd to your AppDelegate's import list\n\n\n\n[block:code]\n{\n  \"codes\": [\n    {\n      \"code\": \"#import <ABBISDK/ABBI.h>\",\n      \"language\": \"objectivec\"\n    }\n  ]\n}\n[/block]\nAdd this in - *(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions*\n\nYou will just need to PASTE it from your previous copy to clipboard. The copy will include your App Id and App Secret Key\n[block:code]\n{\n  \"codes\": [\n    {\n      \"code\": \"[ABBI start::::at:::\\\"<Your App Id>\\\" withSecretKey:@\\\"<Your Secret Key\\\">]\",\n      \"language\": \"objectivec\"\n    }\n  ]\n}\n[/block]\n Swift?\n\n[block:code]\n{\n  \"codes\": [\n    {\n      \"code\": \"ABBI.start(\\\"<Your App Id>\\\", withSecretKey: \\\"Your Secret Key\\\")\",\n      \"language\": \"swift\"\n    }\n  ]\n}\n[/block]","category":"56a0f67e842b650d00888880","createdAt":"2016-01-21T15:17:19.019Z","excerpt":"This page will help you get started with Abbi. You'll be up and running in a jiffy!","githubsync":"","hidden":false,"link_external":false,"link_url":"","order":999,"project":"56a0f67c842b650d0088887c","slug":"getting-started","sync_unique":"","title":"Getting Started with Abbi","type":"basic","updates":[],"user":"56a0f632932d7c0d008bf0d0","version":"56a0f67d842b650d0088887f"}

Getting Started with Abbi

This page will help you get started with Abbi. You'll be up and running in a jiffy!

To get started please download the SDK. *** DOWNLOAD *** 1. Configure Xcode In the "Build Phases" section add the following to "Link Binary With Libraries" for XCode 7+. [block:image] { "images": [ { "image": [ "https://www.filepicker.io/api/file/YZvNuNxIQPu3CKCkJlyx", "Screen Shot 2016-01-21 at 5.24.52 PM.png", "704", "529", "#165aae", "" ] } ] } [/block] Swift? To use Abbi SDK with swift you need to add a bridging header. Don't panic - It's easy. Crate a header file called Abbi-Bridging-Header.h and add this line. [block:code] { "codes": [ { "code": "#import <ABBISDK/ABBI.h>", "language": "objectivec" } ] } [/block] In Build Settings add Abbi-Bridging-Header.h. [block:image] { "images": [ { "image": [ "https://www.filepicker.io/api/file/j2kjTgNQDGo7CecKwQ8Z", "Screen Shot 2016-01-21 at 5.53.01 PM.png", "809", "264", "#166ed5", "" ] } ] } [/block] 2. Start Abbi SDK Connect to your Abbi Console at : https://console.abbi.io Add a new app [block:image] { "images": [ { "image": [ "https://www.filepicker.io/api/file/PJ685NUSjy5caHmPj1rQ", "Screen Shot 2016-01-21 at 5.57.08 PM.png", "1506", "564", "#143a7b", "" ] } ] } [/block] Press NEXT Press Copy (will copy that line of code you need to add) [block:image] { "images": [ { "image": [ "https://www.filepicker.io/api/file/MBlmgaQESnidg1mIo9VH", "Screen Shot 2016-01-21 at 5.58.29 PM.png", "786", "1016", "#276492", "" ] } ] } [/block] Add to your AppDelegate's import list [block:code] { "codes": [ { "code": "#import <ABBISDK/ABBI.h>", "language": "objectivec" } ] } [/block] Add this in - *(BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions* You will just need to PASTE it from your previous copy to clipboard. The copy will include your App Id and App Secret Key [block:code] { "codes": [ { "code": "[ABBI start:@\"<Your App Id>\" withSecretKey:@\"<Your Secret Key\">]", "language": "objectivec" } ] } [/block] Swift? [block:code] { "codes": [ { "code": "ABBI.start(\"<Your App Id>\", withSecretKey: \"Your Secret Key\")", "language": "swift" } ] } [/block]