python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is it possible for a sandboxed Mac app to write to the global defaults domain?
Is there any way to allow a sandboxed Mac app to read and write keys to the global user defaults domain (NSGlobalDomain/.globalDomain)? Right now, the writes are failing and this error is being logged...

Ryan
Votes: 0
Answers: 1
Ask for the Documents permission in a sandboxed app
I am writing a Mac app in SwiftUI and would like to display a live-updated list of documents and folders with the ability to edit the files.
First, users selects any folder with Open File Dialog and t...
Boris Y.
Votes: 0
Answers: 1
How to run AppleScript from C++ in macOS sandbox environment without entitlement violations
I am trying to use AppleScript to control the Apple Photos app from within a QT C++ app that must run in the sandbox environment required for the macOS App Store.
I have tried to run the AppleScript v...
Théophane
Votes: 0
Answers: 1