Skip to content
Cirill edited this page Apr 28, 2016 · 34 revisions

Using the IBM MobileEdge SDK in your project

The IBM MobileEdge SDK is packaged as an iOS framework written in Swift.

In order to use it in your project you should perform the following steps:

  1. Add the IBMMobileEdge.framework (located under the Framework folder) to your existing Xcode project. Please follow this link for more information on adding a framework within Xcode: https://developer.apple.com/library/ios/recipes/xcode_help-structure_navigator/articles/Adding_a_Framework.html.

  2. Add the framework to the 'Embedded Binaries' section of your application target. Select your application target, under the 'Embedded Binaries' section. Click the '+' button and select the IBMMobileEdge.framework file. addingframework-01

Using 3rd party SDKs

Please note that connecting to the devices mentioned in this guide require that you use SDKs available from other vendors, as listed below. You use these SDKs under the license and terms of their vendors.

Using Microsoft Band

  1. Please follow the documentation to download and setup your project to use the Microsoft Band SDK: https://developer.microsoftband.com/bandSDK.
  2. Copy the Microsoft Band Connector (the MicrosoftBand.swift file in the Connectors folder) to your project.

Using Gemsense

  1. Please follow the documentation for downloading and setting up your project to use the Gemsense SDK: http://developers.gemsense.cool/quick-start/.
  2. Copy the Gemsense Connector (the Gemsense.swift file in the Connectors folder) to your project.

Clone this wiki locally