python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Electron app cannot open any web page when sandboxed
I have an application that consists of two parts: Python (the main app, which works as a server) and Electron ("helper" app, which works as a UI).
I plan to submit it to the App Store, so it...
Dsibe
Votes: 0
Answers: 0
macOS app no longer can compose e-mail via AppleScript if sandboxed
I have a macOS app with hardened runtime (with enabled "AppleEvents") that uses AppleScript to create a preconfigured email addressed to us. Works like a charm.
Since we want to distribute v...
Ninakadin
Votes: 0
Answers: 0
Read files from Pasteboard file-url inside macOS sandbox
I would like to show a preview of the file contained in the pasteboard inside my sandboxed app. I'm able to do this using the QuickLookThumbnailing package.
Unfortunately, this requires a read access ...
Erwan Daniel
Votes: 0
Answers: 1
How to get permission to access all files on MacOS
I developed an app for MacOS, it allows users to manage all files of his computer.
I found the entitlement key:
com.apple.security.files.all
https://developer.apple.com/documentation/bundleresources/...
Cao YongFeng
Votes: 0
Answers: 1