iCloud Key-Value Store not Syncing ?
iCloud Key-Value Store not Syncing ?
- Subject: iCloud Key-Value Store not Syncing ?
- From: Peng Gu <email@hidden>
- Date: Sat, 01 Jun 2013 21:16:17 +0800
*> 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@hidden)
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:
This email sent to email@hidden