Coredata and CloudKit not synchronized

1/ Signing & capabilities

  • background mode - > remote notification
  • cloud -> cloudkit @ container created

2/ coredata ->used with cloudkit & all attributes are optionals

3/ appDelegate NSPersistentCloudKitContainer viewContext.automaticallyMergesChangesFromParent = true

AND it's not working on my two devices (iPhone & iPad) under iOs 15.0.2

What did I forget?

in the part Singing & capabilities : I saw in Apple Document to leave default container but I haven't got this choice? Do I need to select my container?

Check if your issue is related to this https://developer.apple.com/forums/thread/687877

Coredata and CloudKit not synchronized
 
 
Q