Re: App refuses to launch after adding iCloud Drive support

2016-01-01 Thread Graham Cox
Hmmm, maybe I spoke too soon. My app appears to be able to access iCloud Drive. Adding/removing the magic stuff to info.plist appears NOT to make any difference to this, though caching somewhere might be skewing the true picture, don’t know. What I’d quite like to do is to follow the

Re: App refuses to launch after adding iCloud Drive support

2016-01-01 Thread Quincey Morris
On Jan 1, 2016, at 01:19 , Graham Cox wrote: > > It’s not essential that I do this - presumably the user can add folders as > they wish, but since iApps and other Apple apps do this, it would be nice to > follow suit. According to this thread on the developer forums:

Re: App refuses to launch after adding iCloud Drive support

2015-12-31 Thread Graham Cox
> On 1 Jan 2016, at 11:54 AM, Roland King wrote: > > Developer ID’ doesn’t sound right. Developer ID is for signing apps for > non-mac-store distribution, That’s exactly what I want to do. > If you want to distribute a test copy of the app you need to sign it with the > Mac

Re: App refuses to launch after adding iCloud Drive support

2015-12-31 Thread Quincey Morris
On Dec 31, 2015, at 17:05 , Graham Cox wrote: > > Perhaps iCloud Drive is simply unavailable to non App Store apps? Yes, I believe that was the case up to 10.10. For 10.11+, see this:

App refuses to launch after adding iCloud Drive support

2015-12-31 Thread Graham Cox
I’m working on adding iCloud Drive support to my app. When running from Xcode, it all seemed to be working, but when I archived the app, Exported a Developer ID signed copy, it refuses to launch: Crashed Thread:0 Exception Type:EXC_CRASH (Code Signature Invalid) Exception

Re: App refuses to launch after adding iCloud Drive support

2015-12-31 Thread Roland King
‘Developer ID’ doesn’t sound right. Developer ID is for signing apps for non-mac-store distribution, and I never worked out why there’s one for apps and one for installers. If you want to distribute a test copy of the app you need to sign it with the Mac developer certificate using a

Re: App refuses to launch after adding iCloud Drive support

2015-12-31 Thread Roland King
> On 1 Jan 2016, at 09:05, Graham Cox wrote: > > >> On 1 Jan 2016, at 11:54 AM, Roland King wrote: >> >> Developer ID’ doesn’t sound right. Developer ID is for signing apps for >> non-mac-store distribution, > > > That’s exactly what I want to do. >

Re: App refuses to launch after adding iCloud Drive support

2015-12-31 Thread Graham Cox
Thank you Quincey! I was thinking that if Apple want this stuff adopted, they really ought to make it much easier. Turns out they did :) —Graham > On 1 Jan 2016, at 1:39 PM, Quincey Morris > wrote: > > > >