Skip to content

Do I need SUEnableDownloaderService for a sandboxed app? #2270

Answered by zorgiepoo
SwiftDevJournal asked this question in Q&A
Discussion options

You must be logged in to vote

More detailed information on the error you hit is outputted in the console logs. It may even tell you why things are failing.

"Outgoing Connections" is the same as the com.apple.security.network.client key I believe. You can verify the generated entitlements of your app using codesign -d --entitlements :- "Payload/YourApp.app"

Also be sure to read the sandboxing guide, particularly the section about the "Installer Connection & Status Services" -- it's relevant even if you don't use the XPC Services and has steps for not doing so.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@SwiftDevJournal
Comment options

@zorgiepoo
Comment options

@zorgiepoo
Comment options

Answer selected by SwiftDevJournal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants