Re: Memory leak in Apple's image handling frameworks ?

2023-05-01 Thread Sandy McGuffog via Cocoa-dev
Yet another possible issue is that Apple’s frameworks tend to like to hold onto and reuse objects like CALayers. As a result they also hold onto the contents for much longer than you might think. I would at least try imgLayer.contents = nil as soon as you’re sure the layer won’t be displayed

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

Re: How to refund a customer on mac app store?

2020-10-25 Thread Sandy McGuffog via Cocoa-dev
You can’t. The customer needs to contact Apple directly. > On Oct 25, 2020, at 4:30 PM, Gabriel Zachmann via Cocoa-dev > wrote: > > Is it possible to give a refund to a customer who has bought my app on the > Mac App Store? > > Best regards, Gabriel > > >