Skip to main content

Instrumenting iOS Applications

info

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.

  1. Click Applications.

  2. Click Upload.

    info

    When uploading the app by default, the provisioning profile used for signing is automatically selected. To select a specific provision profile, see Manage Project Applications.

  3. Set a unique name, then click Upload.

  4. Go to the Devices page and open a device.

  5. Install the app as instrumented.

  6. Launch the app.

  7. After launching the instrumented application, click the Automation button and click 'Refresh Dump' to identify the application's Native objects.

    info

    For advanced usages, such override entitlements or fix keychain access use the Applications Rest API.