I am trying to Access the MDM using AppConnect SDK in swift 1.2 but it is giving following error : [AppConnect:Error] AppConnect cannot be instantiated directly. Instead, call +initWithDelegate: and then +sharedInstance. Code Snippet : import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate, AppConnectDelegate { var window: UIWindow? var appct = AppConnect() func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { // Override point for customization after application launch. // Initialize the