-
Notifications
You must be signed in to change notification settings - Fork 14
Getting the Recording App
The source code of the Gesture Recording and Testing app is included in this Github repository. Use Xcode to build the app based on the source code provided.
To access the source code simply open Workspace.xcworkspace in Xcode, then navigate to the RecordApp target and update the Bundle Identifier to a relevant value.

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.frameworkiOS file.
By default the Recording Application does not include any connectors. To start using the application import one or more connectors into your application. If you want to utilize the connectors for Microsoft Band or to Gemsense, please follow the instructions detailed here: 'Using 3rd party SDKs'.
Once you have added a connector to the project, update the application code so that it will be available for selection during the connection phase.
A list of available connectors of the application is accessed by applicationConnectors array of AppDelegate class.
To add your connector simply update the array with an instance of your connector.
Example: Update the application to use Microsoft Band and Gemsense connectors (in AppDelegate.swift file)
//list of available connectors in the application
static var applicationConnectors:[DeviceConnector] = [MicrosoftBand(), Gemsense()]Note: Usually only one connector is needed in an application.
The app contacts a web service to generate the gesture recognition algorithm for your recorded movements. To use it, you need to obtain your free activation code at http://wearables.mybluemix.net/