¡@

Home 

2014/10/15 ¤U¤È 10:05:08

iphone Programming Glossary: cloudhelper

iCloud NSUbiquitousKeyValueStore initial sync/access delay - how to handle?

http://stackoverflow.com/questions/12539266/icloud-nsubiquitouskeyvaluestore-initial-sync-access-delay-how-to-handle

app icloud needs several minutes to actualize key value store. Is there any way to force this process P.S. Below is my CloudHelper for your reference pretty simple c class to write read binary data to from iCloud key value store. It is not compilable.. related code. Still if you remove MySystem ... calls it works pretty well. Except that I mentioned before. class CloudHelper public static bool init static void deInit save our data to iCloud with static int saveData unsigned char data int from.. const int RESULT_NOT_FOUND 2 static const int RESULT_SYNC_ERROR 3 private static bool enabled static NSURL ubiq bool CloudHelper enabled false NSURL CloudHelper ubiq NULL #define MY_DATA_KEY @ my_data_key int CloudHelper saveData unsigned char data..