Instrumenting iOS Applications
Do not use the .ipa file downloaded from iTunes. Such files have DRM restrictions which do not allow instrumenting the application. The application should be a production build version without DRM restrictions.
-
Click Applications.
-
Click Upload.
infoWhen uploading the app by default, the provisioning profile used for signing is automatically selected. To select a specific provision profile, see Manage Project Applications.
-
Set a unique name, then click Upload.
-
Go to the Devices page and open a device.
-
Install the app as instrumented.
-
Launch the app.
-
After launching the instrumented application, click the Automation button and click 'Refresh Dump' to identify the application's Native objects.
infoFor advanced usages, such override entitlements or fix keychain access use the Applications Rest API.