Re: Accessing security scoped URLs from multiple threads [SOLVED]

2014-03-20 Thread patrick machielse
Op 20 mrt. 2014, om 02:50 heeft Charles Srstka het volgende geschreven: > On Mar 19, 2014, at 7:29 PM, patrick machielse wrote: > >> According to the documentation: >> >> "When you call the stopAccessingSecurityScopedResource method, you >> immediately lose access to the resource in question

Re: Accessing security scoped URLs from multiple threads

2014-03-20 Thread Mike Abdullah
On 20 Mar 2014, at 01:50, Charles Srstka wrote: > On Mar 19, 2014, at 7:29 PM, patrick machielse wrote: > >> We are working on a sandboxed application that keeps track of a large number >> of files through security scoped URLs. To access the files we carfully >> balance our calls to startAcc

Re: Accessing security scoped URLs from multiple threads

2014-03-19 Thread Charles Srstka
On Mar 19, 2014, at 7:29 PM, patrick machielse wrote: > We are working on a sandboxed application that keeps track of a large number > of files through security scoped URLs. To access the files we carfully > balance our calls to startAccessingSecurityScopedResource / > stopAccessingSecuritySco

Accessing security scoped URLs from multiple threads

2014-03-19 Thread patrick machielse
We are working on a sandboxed application that keeps track of a large number of files through security scoped URLs. To access the files we carfully balance our calls to startAccessingSecurityScopedResource / stopAccessingSecurityScopedResource: [url startAccessingSecurityScopedResource] /* do s