How to start and stop access to security scoped bookmarks
On the url with security scope, use startAccessingSecurityScopedResource() and stopAccessingSecurityScopedResource() to start and stop access.
The following tutorial reveals code our upcoming app Object Capture Pro. If you wish to be updated on the progress and release of this app, please subscribe using the link below.
To start access to a bookmark url with a security scope, use the following line:
url.startAccessingSecurityScopedResource()
To stop access to a bookmark url with a security scope, use the following line:
url.stopAccessingSecurityScopedResource()
Any Questions?
We are actively looking for feedback on how to improve this resource. Please send us a note to inquiries@delasign.com with any thoughts or feedback you may have.