Skip to content
Testsigma DOCS

FAQs

How to Resolve App Launch Issues?


By default, Testsigma re-signs iOS apps for installation, but this can break features like push notifications and custom entitlements that rely on original signing credentials.

If your app is already signed using the Apple Developer Enterprise Program, you can disable re-signing by adding a specific desired capability to preserve its functionality during testing.


  1. From the left navigation bar, go to Create Tests and click Test Cases. Test Cases

  2. In the Test Case Explorer section, expand the required Feature and Scenario and select the required test case. Select a test case

  3. In the Test Case Details page, click Run. Run

  4. In the Ad-Hoc Run overlay, expand the Desired Capabilities field and specify the following desired capability:

    KeyData typeValue
    resignAppStringfalse
    desired capability
  5. Click Run Now. Run now