Hello
I tried following method in appDelegate.swift file in order to use backendless push notification.
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) → Bool { backendless.sahredInstance().initApp(APP_ID, secret:SECRET_KEY, version:VERSION_NUM) backendless.sahredInstance().messaging.registerForRemoteNotifications() return true}
But I have failed.
there are no exist above statement.
please check following screenshot.
Would you please let me know the solution?
Regards
Andrei