Aawara
Aawara

Reputation: 331

iOS app install error "This app cannot be installed because its integrity could not be verified"

I'm trying to install Ad-hoc app on iPhone, but the installation couldn't get complete and get the message. Any help appreciated.

Upvotes: 2

Views: 848

Answers (1)

Pavel Petrenko
Pavel Petrenko

Reputation: 19

AdHoc builds can only be installed on devices that are added to the provisioning profile in the developer account. To do this, you need to:

  1. Go to Developer Account
  2. Navigate to the Devices section and add the required device
  3. Go to the Profiles section and generate a provisioning profile that includes the new device. If it was created earlier, you can modify it.
  4. Build a new IPA using the updated provisioning profile.

For more details, refer to the official documentation.

Upvotes: -1

Related Questions