I'm fairly new to CloudKit and I'm stuck with custom zone notifications.
In short, I'm not able to receive these notifications on OS X Yosemite.
When I register my app for notifications, application:didRegisterForRemoteNotificationsWithDeviceToken: is called with a valid token but the notification method (didReceiveRemoteNotification) is never called.
On iOS on the other hand, everything works fine.
Any help is deeply appreciated!
Malte