Create an instance of Mobile Analytics for Bluemix.
Add the Bluemix Mobile Services SDK to your iOS project.
After installing the SDK, add these import statements at top of your AppDelegate.swift file:
import BMSCore
import BMSAnalytics
Next you'll need to initialize and send mobile ana...