I'm attempting to use Core Data + CloudKit to persist user's data with the NSPersistentCloudKitContainer class. I'm able to see created records in the Development environment but records won't show in the Production environment. With just this brief description, what could be the issue?
Notes
I have deployed the schema to the Production environment.
I'm using the same device and iCloud account for both environments
My Apple ID is the same for my personal and dev account.
I'm attempting to add records to Production via a TestFlight build
The iCloud toggle for the app is ON.
What are some initial thoughts as to why there is a sync issue?