...
Code Block |
---|
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool { Appoxee.shared()?.engageWithLaunchOptions(launchOptions, andDelegate: nil, andSDKID: "123456789.00") return true } |
Info | ||
---|---|---|
| ||
Attention! you will still need to define AppoxeeConfig.plist file, if you need to configure your applications environment |
6. Add the following implementation to the method named: application:didRegisterForRemoteNotificationsWithDeviceToken:
...