-
Notifications
You must be signed in to change notification settings - Fork 14
Setup
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:
-
Add the
IBMMobileEdge.framework(located under theFrameworkfolder) 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. -
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.frameworkfile.
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.
- Please follow the documentation to download and setup your project to use the Microsoft Band SDK: https://developer.microsoftband.com/bandSDK.
- Copy the Microsoft Band Connector (the
MicrosoftBand.swiftfile in theConnectorsfolder) to your project.
- Please follow the documentation for downloading and setting up your project to use the Gemsense SDK: http://developers.gemsense.cool/quick-start/.
- Copy the Gemsense Connector (the
Gemsense.swiftfile in theConnectorsfolder) to your project.