Home > Software engineering >  Core Data sharing with CloudKit: Unable to Accept Share
Core Data sharing with CloudKit: Unable to Accept Share

Time:01-24

I had my app working with Core Data, then CloudKit to sync between devices and now I'd like to share data between users. I watched both

CodePudding user response:

I had the same problem and it was solved when I added the CKSharingSupported key with a Bool value of true in the Info.plist

After that I was able to share with no problem.

  •  Tags:  
  • Related