Skip to content

Commit

Permalink
Addressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagosaucelabs committed Jul 8, 2024
1 parent b895ad7 commit 4c6df99
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/mobile-apps/automated-testing/ipa-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ import TabItem from '@theme/TabItem';

:::note

To install your iOS app on our cloud devices we need to include our own provisioning profile in your app. We use a [resigning process](#sauce-labs-resigning-enablements) to include our provisioning profile in your app. While this process does not modify the functionality of the app, it touches [certain entitlements in your app](#sauce-labs-resigning-enablements). It is possible to disable the resigining process by buying your own private devices with dedicated provisioning profiles, see [here](#private-devices).
+To install your iOS app on our real devices we need to include our own provisioning profile in your app. For that, we use a [resigning process](#sauce-labs-resigning-enablements) to include our provisioning profile in your app. While this process does not modify the functionality of the app, it touches [certain entitlements in your app](#sauce-labs-resigning-enablements).

In order to disable the resigning process, you must buy your own private with dedicated provisioning profiles, see [here](#private-devices). Once you have such private devices, disabling can be achieved in one of these two ways:
1. Use an [ad-hoc provisioning profile](https://developer.apple.com/help/account/manage-profiles/create-an-ad-hoc-provisioning-profile/) and you embed in it the private device's UDID.
2. Use an [enterprise certificate](https://developer.apple.com/help/account/create-certificates/create-enterprise-distribution-certificates/): this does not require you to embed the device's UDID to the provisioning profile.

:::

## Creating .ipa Files for Appium Testing
## Creating .ipa files for Appium testing

### Building an .app Bundle

Expand Down

0 comments on commit 4c6df99

Please sign in to comment.