vote up 7 vote down star
4

So when I set up my entitlements in my iPhone app project, I create a new Entitlements.plist, and set the value of get-task-allow to false. But why? What does this key represent?

EDIT

Note this is related to this question - I found that flipping the value of this key to true allowed me to install the app on my device)

flag

This is probably best asked on the Apple boards where you are more likely to attract the attention of Apple's support team. – Roger Nolan Jun 17 at 13:55

2 Answers

vote up 5 vote down check

From this thread on ADC:

get-task-allow, when signed into an application, allows other processes (like the debugger) to attach to your app. Distribution profiles require that this value be turned off, while development profiles require this value to be turned on (otherwise Xcode would never be able to launch and attach to your app).

link|flag
vote up 2 vote down

The ability to debug your application on the iPhone.

link|flag
Interesting! If that's all it does, then I wonder why flipping the value to false prevents me from installing the app on my device? (Related SO question: stackoverflow.com/questions/997884/…) – Mr. Matt Jun 17 at 17:58
That's what it does...but what does it ACTUALLY do that allows you to do that? – Ryan Detzel Jun 17 at 20:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.