Installing instrumented iOS applications

Before you can test an iOS application, the application must first be instrumented and then installed on the device. A valid Apple Developer or Enterprise License with a provisioning profile is required on each iOS device that you use for testing.

If you have the Xcode project for the application under test (AUT), you can instrument the application and install it on a device at the same time by running the rtwBuildXcode.sh script. For details, see Instrumenting iOS applications.

If you do not have the Xcode project for the AUT, you have several other ways to install the instrumented application on an iOS device.


Feedback