REST API

The communication between server and client is managed with rest http. When you want invoke a specific method you can use : see also In Your Application Delegate. Demo code Array You can see complete list of all REST API here.

Import framework in Xcode.

Import our framework is very simple, drag and drop file.framework in your project and on General tab in configuration you must drag and drop under Embedded Binaries

In Your Application Delegate.

In your AppDelegate.m you connect yours app with My_Bees_Core, with this operation you can access to services in MicroBees platform. Array When the connection is established the code in first callback is executed, you can check if this operation is completed with success or is failed in this case will call second callback.

Getting started

These are the simple step you have to do before start coding your IOS APP: download the SDK from here framework; Create your microBees Application from Developer Dashboard; Get your App ClientID (the API_KEY); Add our SDK (and frameworks) to your Xcode Project; Configure your project in accordance with the following specifications. This SDK can [...]