Integrity could not be verified
Asked Answered
D

5

8

I have created app in react-native. I can run app in Xcode simulator successfully. But when I created ipa file and run in IOS device, it gives me error 'app cannot be installed because its integrity can not be verified'. Can anybody tell what is the issue ?

Document answered 21/4, 2021 at 5:40 Comment(1)
B
2

There could be multiple solutions:

  1. Restart your iOS device if you have recently updated iOS version and also restart the Xcode.
  2. Run your app in device and check the VPN & Device Management in Settings App -> General -> VPN & Device Management. It will asks for the certificate access.
  3. Check the Developer Mode is enabled on the device or not.
  4. Check Keychain if profiles & certificates are trusted.
Bunnie answered 23/11, 2022 at 9:8 Comment(0)
P
6

Please add Device UDID to the App Store developer account. And also update provision profile that includes device UDID and after that create new ipa using updated provision profiles.

Parceling answered 21/4, 2021 at 9:55 Comment(7)
By this, Can I able to run app on any ios device?Document
No, Only on those devices that you have added UDID in App storeParceling
How can I run ipa in all iphone devices @Nisha ?Document
Thanku @Nisha Added udid in Apple store worksDocument
Already I am having device UDID added still I am getting the same issue? What could be the possible reason for this?Midlands
same here i am also getting this issueRici
I am also getting same issue. Is there any way?Atmospheric
B
2

There could be multiple solutions:

  1. Restart your iOS device if you have recently updated iOS version and also restart the Xcode.
  2. Run your app in device and check the VPN & Device Management in Settings App -> General -> VPN & Device Management. It will asks for the certificate access.
  3. Check the Developer Mode is enabled on the device or not.
  4. Check Keychain if profiles & certificates are trusted.
Bunnie answered 23/11, 2022 at 9:8 Comment(0)
M
1

I also suffered from this but found the correct solution. So the issue is When making a build either build it for production and upload it to the app store or build it using an ad-hoc profile.

An ad-hoc profile is an Internal testing profile that allows the app to be installed and used in certain specified iPhones using UIDs.

Mario answered 13/7, 2022 at 8:44 Comment(0)
P
0

In my case the problem was in expired provisioning profile

Pacify answered 8/12, 2022 at 19:42 Comment(1)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Fiora
E
0

This happens to me when I have the Watch App as the IOS companion app. The error refers to iphoneos something, even though it only has hello world view. And it all happen in all of sudden, and few seconds ago I just successfully ran it on my watch, and it reported error after few minutes.

Here's what works for me:

  1. Choose the target to IOS app, and choose the simulator to be the physical iphone. Once this App gets installed on iphone, then
  2. Choose the target to be Watch App, and choose the simulator to be the physical watch. Wahla, the error is just mysteriously gone.

Hope this help someone.

Elrod answered 30/7, 2024 at 20:23 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.