SWIFT: I dont get notifications from my CloudKit app?
问题 I asked this question and people have answered but nothing ever works. This is very important to me that I can get this to work. Here is some of my code: @IBAction func sendSweet(sender: AnyObject) { //delegate method let newSweet = CKRecord(recordType: "Extra1") newSweet["content"] = textField.text let publicData = CKContainer.defaultContainer().publicCloudDatabase publicData.saveRecord(newSweet, completionHandler: { (record:CKRecord?, error:NSError?) -> Void in if error == nil { dispatch