Re: Sandboxing question regarding ~/Pictures

2021-09-27 Thread Alex Zavatone via Cocoa-dev
Any chance you can create a simple case and see if it fails or succeeds? > On Sep 27, 2021, at 9:22 AM, Gabriel Zachmann via Cocoa-dev > wrote: > > Yes, my app does have that entitlement: > > com.apple.security.app-sandbox > > com.apple.security.application-groups > >

Re: Sandboxing question regarding ~/Pictures

2021-09-27 Thread Gabriel Zachmann via Cocoa-dev
Yes, my app does have that entitlement: com.apple.security.app-sandbox com.apple.security.application-groups V362FCBY2W.de.zach.ArtSaverGroup com.apple.security.assets.pictures.read-write com.apple.security.files.u

Re: Sandboxing question regarding ~/Pictures

2021-09-27 Thread Sandy McGuffog via Cocoa-dev
The sandbox is an enigma wrapped in a mystery. But you might need to look at the the com.apple.security.assets.pictures.read-write entitlement > On Sep 27, 2021, at 3:30 PM, Gabriel Zachmann via Cocoa-dev > wrote: > > I guess i still haven't understood something about sandboxing or entitlemen

Sandboxing question regarding ~/Pictures

2021-09-27 Thread Gabriel Zachmann via Cocoa-dev
I guess i still haven't understood something about sandboxing or entitlements. I am trying to access the user's ~/Pictures folder, and also create a security-scoped bookmark (SSB) for that folder. Under the target's Signing & capabilities section, File Access Type, I have set "Pictures Folder"

Re: iOS 7/8 sandboxing question. Path to Documents folder changing on every app launch?

2015-04-06 Thread Clark Smith Cox III
> On Apr 6, 2015, at 07:52, Alex Zavatone wrote: > > I'm running into an interesting issue I'm trying to track down under iOS 7 > and 8. (Xcode 6.2, Mac OS 10.10.2) > > Our app downloads files and saves them within the app for display later when > the user wants to bring them up. > > It app

Re: iOS 7/8 sandboxing question. Path to Documents folder changing on every app launch?

2015-04-06 Thread Alex Zavatone
On Apr 6, 2015, at 11:45 AM, Mike Abdullah wrote: > >> On 6 Apr 2015, at 15:52, Alex Zavatone wrote: >> >> I'm running into an interesting issue I'm trying to track down under iOS 7 >> and 8. (Xcode 6.2, Mac OS 10.10.2) >> >> Our app downloads files and saves them within the app for display

Re: iOS 7/8 sandboxing question. Path to Documents folder changing on every app launch?

2015-04-06 Thread Mike Abdullah
> On 6 Apr 2015, at 15:52, Alex Zavatone wrote: > > I'm running into an interesting issue I'm trying to track down under iOS 7 > and 8. (Xcode 6.2, Mac OS 10.10.2) > > Our app downloads files and saves them within the app for display later when > the user wants to bring them up. > > It appe

iOS 7/8 sandboxing question. Path to Documents folder changing on every app launch?

2015-04-06 Thread Alex Zavatone
I'm running into an interesting issue I'm trying to track down under iOS 7 and 8. (Xcode 6.2, Mac OS 10.10.2) Our app downloads files and saves them within the app for display later when the user wants to bring them up. It appears that after the first launch, the files can't be found. Does th

Re: Sandboxing question

2011-11-01 Thread Sean McBride
On Sat, 29 Oct 2011 13:39:32 +1000, Gideon King said: >I have an application that I am just moving to using sandboxing, and it >currently (before sandboxing) writes log files to a folder in the >Application Support folder, then if the program crashes, or the user >wants to submit a defect report,

Sandboxing question

2011-10-28 Thread Gideon King
Hi All I have an application that I am just moving to using sandboxing, and it currently (before sandboxing) writes log files to a folder in the Application Support folder, then if the program crashes, or the user wants to submit a defect report, it launches another application that picks up th