Skip to content
Testsigma DOCS

Desired Capabilities

Enable App Resigning in iOS


If you set ResignEnabled desiried capability as true then Testsigma will re-sign the app with the uploaded provisioning profile to install your app on the device during test execution.

However, if your app is already signed with Apple developer enterprise program, you can disable this behavior by setting ResignEnabled desiried capability as false.

KeyDescription
resignApp1. By default, if this capability is not passed, your app will be re-signed.
2. You can call resignApp=false to prevent your iOS app from being re-signed.