Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Rick Mann
On Jun 1, 2013, at 19:39 , Roland King wrote: > How nice, I just found this > > https://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html > > which appears to be a new guide through app distribution. That might help > too. Too

Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Peng Gu
Thanks, folks. After I logged out my iCloud account and logged in back. The iCloud starts working. Though I don't know what happened exactly, but I am happy it works. Just downloaded some iCloud videos from iTunes, will check them out. Thanks - Peng On Sun, Jun 2, 2013 at 10:35 AM, Roland Ki

Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Roland King
How nice, I just found this https://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/AppDistributionGuide/Introduction/Introduction.html which appears to be a new guide through app distribution. That might help too. On 2 Jun, 2013, at 10:35 AM, Roland King wrote: > > On 2 Jun,

Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Roland King
On 2 Jun, 2013, at 8:55 AM, Peng Gu wrote: > I've checked a million times. This drove me crazy. Yes well take a deep breath, read the documentation again and start over. Entitlements and provisioning are actually quite simple when you understand them but they aren't obvious and you need to be

Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Peng Gu
I've checked a million times. This drove me crazy. Another problem, whenever I run the iOS app on my iphone, the xcode complains 'Timed out waiting for app to launch'. I googled, it seems ad-hoc provisioning cannot be used for debugging. But the development profile doesn't have the option of enabl

Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Alex Zavatone
On Jun 1, 2013, at 6:14 PM, Peng Gu wrote: > Thanks. I just bought the iOS membership, and wait it to be delivered. > > Do you have any thought why [[*NSFileManager* *defaultManager*] * > ubiquityIdentityToken**] *returns nil? I have Mac OS membership, and AppID, > entitlements .. seem to be cor

Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Peng Gu
Thanks. I just bought the iOS membership, and wait it to be delivered. Do you have any thought why [[*NSFileManager* *defaultManager*] * ubiquityIdentityToken**] *returns nil? I have Mac OS membership, and AppID, entitlements .. seem to be correct. On Sun, Jun 2, 2013 at 5:24 AM, James Montgo

Re: iCloud Key-Value Store not Syncing ?

2013-06-01 Thread James Montgomerie
On 1 Jun 2013, at 06:16, Peng Gu wrote: > *> 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 ipho

Re: creating temp files or temp folders in standard temp file locations in mdimporter on Mac OS X 10.8.3

2013-06-01 Thread Kyle Sluder
On Sat, Jun 1, 2013, at 11:45 AM, Cianflone, Chris wrote: > I get the same output for our 32-bit and 64-bit builds. Surely we must > still be able to create temp files? Spotlight importers run within a worker process; thus, they inherit the sandbox of the worker process, not the sandbox of your a

creating temp files or temp folders in standard temp file locations in mdimporter on Mac OS X 10.8.3

2013-06-01 Thread Cianflone, Chris
Hi all, I posted this originally on the spotlight-dev list but now that I have some sample code that is failing and it is starting to look like a sandboxing issue, I thought I'd try the cocoa-dev list where I have been seeing some spotlight questions too. Basically, the subject says it all. W

Re: Tooltip Panel BG color

2013-06-01 Thread Seth Willits
On Jun 1, 2013, at 5:03 AM, Appa Rao Mulpuri wrote: > Reason, why I need to change the BG color of Tooltip is: my App is loading > some web views which has the tooltips with differnt bg color. I am trying to > change the default cocoa tooltips to same way as in Webview. > > Worst case, I need t

iCloud Key-Value Store not Syncing ?

2013-06-01 Thread Peng Gu
*> 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 *64xxQE.co

Tooltip Panel BG color

2013-06-01 Thread Appa Rao Mulpuri
Hi List, Is there any way to change the Tooltip Panel background color from Banana Yellow to some other color? I have checked, seems Cocoa is displaying the tooltips with the help of NSTooltipManager private class. Reason, why I need to change the BG color of Tooltip is: my App is loading some