Error accepting CKShare

Hello,


I am creating a new app that uses CKShare. I am able to create the CKShare and send it by email using UICloudSharingController.


When the receiver of the invite tries to accept the share, there is an error message

"Couldn't open "Title"

You need a newer version of "App" to open this, but the required version couldn't be found in the App Store


My app has not been published to app store yet. How do I resolve this error? I am using a development build with two apple id's to test ckshare.


Thanks!

Accepted Reply

Solved it. Forgot to set CKSharingSupported in info.plist.

Replies

Solved it. Forgot to set CKSharingSupported in info.plist.

Thank you so much, solved my issue too.🙂


I have read so many websites, etc. on CKShare. Where did you ever see this plist option? When I go to info.plist and type "CKSharingSupported", it doesn't even show up in the list, but it certainly works if you set it to 'true'.

I have the same issue using TestFlight. Unfortunately, setting the CKSharingSupport to "Yes" does not solve problem for me. Using iOS16.2.