CKNotification is a component of the cloudkit iOS Developer Library. A CKNotification object represents a push notification.
CKNotification is a component of the cloudkit iOS Developer Library. A CKNotification object represents a push notification.
Notification objects wrap the data associated with a push notification. Use notification objects to wrap recently received push notification data or to fetch notification objects representing already delivered push notifications from a container. In both cases, the information in the notification object tells you what changed. Available in iOS 8.0 and later.
Read the official reference for further details