-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out use in macOS 10.12 under sandboxed mode (for app store) #36
Comments
I have no idea how to solve this. In theory, you'd have to specify access to the "UNIX socket" No idea why Apple keeps ruining macOS by closing everything down :( |
Hi @rsms , Thanks |
This works for me. <key>com.apple.security.temporary-exception.sbpl</key>
<array>
<string>(allow network-outbound (literal "/private/var/run/usbmuxd"))</string>
</array> |
So it does for me! Does anybody have experiences with this in the Mac AppStore? |
This works under sandbox. Unclear if Apple will allow submission to the App Store with the exception in the entitlements. |
Has anybody passed App Store review? |
Apple rejected our app. Has anyone passed? ` We've determined that one or more temporary entitlement exceptions requested for this app are not appropriate and will not be granted: com.apple.security.temporary-exception.sbpl |
How to solve this app store rejection? |
When I try to submit a Mac app that uses peertalk, it sends me an error and says that I have to enable the sandbox. However, I get the Operation Not Permitted error because peertalk is no longer able to write to the device.
I tried making an exception according to another user on this stack overflow post, but it does not work.
How can I either disable sandbox and still use peertalk, or enable an exception in sandbox for peertalk? Thanks!
The text was updated successfully, but these errors were encountered: