iCloud does not appear on open, save or move to dialogs for Mac Document based app
site_archiver@lists.apple.com Delivered-To: cocoa-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=04042017; t=1542615415; bh=y22B5V6Ss9yDn25bSP4GrietZZ7JM5M5YFEmf2rva24=; h=From:Content-type:MIME-version:Subject:Message-id:Date:To; b=Cp2AZYBdiJJDhqNbOnjNxWLymgisDhXCNtjinLgOrvT9Yds1Ku/S4BJfO5AZcnI5h Pk8I131Wt6RX28qdayVMuSwZsz/ZZhidfZdsvUWverwLF7wbjH3gWa12MDTkM1hyHI Aa5tyAoih+LYIN/tIIZ7rM2ccEgydvdJf03klJm6k8VAKaSlr7fuvVGy5cFMUXaKYD 4qYNE9tk5Wqvm5kY+K9B2VhJE/kUQwOBmWeKUfbE68h1WjNLvBxPVsf26TufMRcOsK opuPAaz9PRivFWB4J1wmkeh2vFYM52nIFgGFpUzs1pOMQXx1HkwKOVZKpmgl7pYmQT vf6Uv6BorVk0g== Hi, I posted this on the Developer Forums a week ago, but unfortunately i didn’t receive any replies. Perhaps someone here can help. I have an existing Core Data document based app, my document class is a sublcass of NSPersistentDocument, and I use an XML store type. My next update will move to being Mac App Store exclusive, so I can take advantage of iCloud features and I want to add iCloud Documents. I turned on the iCloud Capability in XCode, and checked the "iCloud Documents" option under "Services:" I'm using the default container option. I can see the container has been created in the local file system, and I can also see in listed on developer.apple.com under my account > Certifiates, Identifiers & Profiles > iCloud Containers. In my App Delegate's +initialize method I use GCD to dispatch a call to [[NSFileManager defaultManager] URLForUbiquityContainerIdentifier:nil] on a background queue. This method correctly returns the URL for the container. However, when I run my app, I don't see the iCloud container listed in either the sidebar or popup menu in open and save dialogs, and neither do I see it in popup menu in the Move To... dialogue. Am I missing some additional steps? Thanks, Jim _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jim McGowan