Hi there!,
I have been developing an app where you can create a collection and I want to add a new feature where you can share an iCloud link from that collection and collaborate with your family or friends who you share the link to complete that collection. Like Apple does with the notes app or some other apps.
The problem I have encountered is programming in swift does not allow you to do that and I need to do it I Core Data...
Do you think with all the new stuff announced during the WWDC26 It could be done in Swift or I have to change coding??
Thanks community for any help
SwiftData + CloudKit integration doesn't natively support CloudKit sharing today, as discussed in this thread. WWDC26 doesn't have any announcement in this regard.
To be clear, you do be able to use Swift the language + Core Data (NSPersistentCloudKitContainer) to implement the sharing feature, as demonstrated in this sample.
It's also possible that you implement the sharing feature with your own code by using CloudKit directly, though that will be quite involved.
Best,
——
Ziqiao Chen
Worldwide Developer Relations.