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.
