Before subscribing for remote notifications, the user must call:
application.registerForRemoteNotifications()
this function is no where mentioned in the FAQ and if it is not called, the remote notifications won't work.
Also the syntax for the subscription changed to this:
synchronizer.subscribeForUpdateNotifications { (error) in
...
}
Before subscribing for remote notifications, the user must call:
this function is no where mentioned in the FAQ and if it is not called, the remote notifications won't work. Also the syntax for the subscription changed to this: