I try to configure iCloud for my app. I enabled iCloud for my iPhone App, generated a new provisioning developer profile. Of course I use the new profile in Xcode (instead of the wildcard one), I enable entitlements but still I have the following error when I try to synchronize with iCloud :
NSUbiquitousKeyValueStore error: com.company.app has no valid com.apple.developer.ubiquity-kvstore-identifier entitlement
I really don't understand what's going on and I'm starting to losing my mind.
The weird thing is that it's perfectly working for my iPad app (I did the same steps).
com.company.app
(i.e. generic) or is it set to something more specific? – Michael Dautermann