You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Patching an App to Make it Debuggable
platform: ios
By default, app available on the Apple App Store are not debuggable. In order to debug an iOS application, it must have the get-task-allow entitlement enabled. This entitlement allows other processes (like a debugger) to attach to the app. Xcode doesn't add the get-task-allow entitlement in a distribution provisioning profile; it is only whitelisted and added in a development provisioning profile.
TBD...
The text was updated successfully, but these errors were encountered:
title: Patching an App to Make it Debuggable
platform: ios
By default, app available on the Apple App Store are not debuggable. In order to debug an iOS application, it must have the
get-task-allow
entitlement enabled. This entitlement allows other processes (like a debugger) to attach to the app. Xcode doesn't add theget-task-allow
entitlement in a distribution provisioning profile; it is only whitelisted and added in a development provisioning profile.TBD...
The text was updated successfully, but these errors were encountered: