CloudKit notifications
问题 I might be missing something obvious here. How would one create a CloudKit notification with detail about the CKRecord that you are being notified about? (i.e. not just a generic "New Item Created!" but a notification with the title of the record for instance, like, "Jill and Jessica's Birthday Party!") Is the proper way to do this to create a new subscription with a new notification.alertBody for every new record change? That doesn't make any sense. That leaves the option queryNotification