Why does CoreData CloudKit only save to Private Database

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?
Answered by jmacojc in 638520022
Check out this talk from this year's WWDC: https://developer.apple.com/wwdc20/10650

Should solve your problem.
Accepted Answer
Check out this talk from this year's WWDC: https://developer.apple.com/wwdc20/10650

Should solve your problem.
Why does CoreData CloudKit only save to Private Database
 
 
Q