How to get-task-allow entitlement in Swift Playgrounds?

I used Swift playgrounds 4.1 for MacOS build an App. But I didn't where is setting it.

Replies

How to get-task-allow entitlement in Swift Playgrounds?

What are you trying to achieve with this?

The get-task-allow entitlement controls where your app can be debugged or not, and so it’s usually set automatically based on your distribution mechanism. That is, apps you build and run locally have it set but app pushed to the App Store do not.

Share and Enjoy

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

  • I need publish to TestFlight or App Store. I used Swift Playgrounds 4.1 for MacOS and for iPadOS upload to App Store Connect. The review answer me:

    Guideline 2.4.5(i) - Performance Your app incorrectly implements sandboxing, or it contains one or more entitlements with invalid values. Please review the included entitlements and sandboxing documentation and resolve this issue before resubmitting a new binary. Entitlement "com.apple.security.get-task-allow" value must not be false.

Add a Comment