I just updated an iOS app to now use Core Data and Cloudkit. It previously used a Realm database and a framework to sync Realm to Cloudkit.
With Cloudkit Development the app worked perfectly. But now that the app has been released from the App Store and I have deployed the development to production, I get nothing fetched or saved to Cloudkit. A blank screen.
I deleted one Entity with this update and allowed Xcode to create the container in Cloudkit as it does in the Apple Developer video example.
I can't seem to find any good instructions about how to figure out what is going on or if I missed something before I uploaded the project to Apple for review.
Thanks for any help you can send my way. Blessings, —Mark