*> Background:* I am developing a Mac app and an iOS app, and the two apps need to share small piece of data.
The Mac app has code-signed by a iCloud enabled development provisioning profile. The value of *com.apple.developer.ubiquity-kvstore-identifier *in the entitlement is set to *64xxxxxxQE.com.mycompany.myapp*, where 64xxxxxxQE is the prefix. The Documents & Data in the mac icloud preference is also enabled. *> Problems:* I use [[*NSFileManager* *defaultManager*] *ubiquityIdentityToken**] *to check for iCloud availability as in Apple documentation<https://developer.apple.com/library/mac/#documentation/General/Conceptual/iCloudDesignGuide/Chapters/iCloudFundametals.html>, but both mac app and iOS app returns *nil. * * * The mac app set a value in the ubiquity store, but In the iOS app *[store arrayForKey:theKey] *return nil. *> Questions: * 0. Any thoughts on the problems? 1. Is there any way to check if the data is uploaded to the iCloud storage. 2. I'm not a iOS developer membership yet, so the app isn't code-signed. Can I test the iCloud functionality with the iphone simulator in Xcode without code signing the iOS app? - Thanks * * _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
