Search code examples
ioscloudkit

CloudKit Separate Developer ID and Testing ID


I have 2 AppleID's. One I use for development and the other for all other iCloud related activity, mail, address book, iCloud Drive etc...

I am trying to test in the simulator, an App developed to use CloudKit.

Xcode has my developer ID of course, and the simulator is signed into my other general use Apple ID. When I run my App and try to create a custom private database zone (for use with sharing), it all runs fine. But when I go to the dashboard to view my newly added records there is nothing there. I sign into the dashboard with my developer ID as signing with with my general use ID produces an error.

What am I doing wrong here?

Thanks in advance.

Rob


Solution

  • I figured it out. It's working now. Looks like the developer ID didn't have iCloud Drive initially for some reason. Now it shows up. Today was the first time I signed into iCloud.com with the developer ID and it seemed like it was building out the ID for some reason. Anyway, thanks!!!!!!