I believe I have everything set up right, and everything works for CloudKit
in the iOS Simulator, but I can't get CloudKit
to work in the Watch Simulator: "Couldn't send a valid signature"
Does anyone know why this would be?
I know
CloudKit
works in watchOS 3 per Apple "iCloud interactions. Starting with watchOS 3, theWatchKit
extension can communicate directly withCloudKit
and other iCloud technologies."I already did Settings > iCloud and then log in using your Apple ID
on the iOS simulator per enter link description hereIn the Watch Extension, I'm calling CloudKit using
CKContainer(identifier:"iCloud.com.xx.xx")
per enter link description hereI double-checked Apple's doc to make sure I didn't miss something:
enter link description hereI'm accessing the same
CloudKit
container on the Watch that I am on
iOS, so nothing is wrong with accessibility to the data inCloudKit
- The CloudKit capability with the container identifier is set correctly in the Watch Target