Search code examples
iosicloud

About testing the iCloud synchronisation


I have an application which is using iCloud to synchronise the NSUserDefault data. The app is distributed to app store already. But I need to do some tests for the iCloud synchronisation functions when I develop the new version. My question is if the version in my Xcode (debug version using development profile) is using the same iCloud as the one in production? Thanks.


Solution

  • Yes, it should use the iCloud account your test device is logged into. I tend to use a second iCloud account for testing just to make sure I don't mess up personal data I want to keep within my own apps.