I've built an app, with iCloud enabled, and I'm running it on two devices.
What I'm expecting is that when I add some data, it gets written to the NSUserDefaults and using the MKiCloudSync class, subsequently gets uploaded to iCloud. This appears to be working.
When I then open the app on another device, I'm attempting to pull the NSUserDefaults down from iCloud (via MKiCloudSync).
I'm running two devices on the same code (and I've tried it with a distribution build). The devices are both iCloud enabled and connected to the same account.
However, after creating some data on the first device, then attempting to pull it down from the second device, I'm not getting any data back. Both devices attempt to pull down data when I start them up, but neither of them share their data.
What am I missing? Thanks guys.