I am using CoreData with CloudKit but I notice that all my posts are only being saved in the Private database of CloudKit
how can I get them to save in the Public database of CloudKit instead while using CoreData and CloudKit?
how can I get them to save in the Public database of CloudKit instead while using CoreData and CloudKit?
Check out this talk from this year's WWDC: https://developer.apple.com/wwdc20/10650
Should solve your problem.
Should solve your problem.