Post not yet marked as solved
Post marked as unsolved with 4 replies, 5,959 views
I tried looking on the Developer Forum, but didn't see an answer for my issue. I want to use a test iCloud account that I've created (not my personal/developer iCloud account) when testing my app on the Simulator. I've logged into that test iCloud account on the Simulator (Settings). I am doing CloudKit work in my app and I want to test my app with CloudKit. I signed into the CloudKit Dashboard using my personal/developer account and have setup my schema for my app. I now want to run my app on the simulator and have data stored in iCloud. I did the data storage as privateDatabase. How can I see that data from my app execution on the Simulator using the test iCloud account on the CloudKit Dashboard? It is not showing up. Do I have to use the publicDatabase in CloudKit Dashboard in order for me (the developer) to see the iCloud data from my simulator testing using my test iCloud account (different from my developer iCloud account)?Thanks for any clarification you can give to clear up my confusion on this.