About problem that enable the sandbox and put it on the App Store

When manually signing with command, the app cannot run after the com.apple.security.app-sandbox of the entitlements file is enabled, and it can run if it is not enabled. However,it must be enabled for listing to the app store.Is this contradictory? How to solve?

When manually signing with command, the app cannot run after the com.apple.security.app-sandbox of the entitlements file is enabled

It sounds like you have an App Sandbox compatibility problem. Is this your main app? If so, there’s a bunch of info about what will or won’t work in the sandbox, and how to check for sandbox violations, in the App Sandbox Design Guide.

Or perhaps this is a helper tool embedded within your app? In so, check out Embedding a Command-Line Tool in a Sandboxed App.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

About problem that enable the sandbox and put it on the App Store
 
 
Q