ToshiyukiOka / MotionSwitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOSSDKTutorialApp

Requirements:

  • Xcode (version 5.0 or later)
  • iOS installed device or iOS simulator (iOS 6.0 or later)

How to setup:

  1. Open KiiTutorialApp.xcodeproj
  2. Get the APP ID, APP KEY and server location from KiiCloud developer portal, then copy these values to KiiAppConstants.m.
NSString *const KII_APP_ID = @"__APP_ID__";
NSString *const KII_APP_KEY = @"__APP_KEY__";
KiiSite const KII_APP_SITE = kiiSiteUS;

About

License:Apache License 2.0


Languages

Language:Objective-C 98.9%Language:C++ 0.8%Language:C 0.3%