Integrity could not be verified for iOS build which previously worked
Asked Answered
M

2

6

Since 2 days I cannot install apps from Firebase App Distribution any more. The flow worked before and nothing has changed in the iOS signing process. This can be proved by trying to load and install old builds which previously worked on all phones. On all iOS devices (independently of the OS version) now the same error shows up:

Unable to install "app" This app cannot be installed because its integrity could not be verified.

I already reinstalled the firebase profile. This is also not the problem. The problem occurs suddenly on all devices so either Firestore app distribution for ios stopped working or a configuration change in the backend caused the issue.

Any idea or anyone having the same problem?

Midwinter answered 31/1, 2022 at 7:50 Comment(2)
Has your developer certificate expired?Lakesha
I have had same issue and here is work around: https://mcmap.net/q/336622/-app-center-ios-install-error-quot-this-app-cannot-be-installed-because-its-integrity-could-not-be-verified-quotPyrrho
M
6

Ok, the problem is that my developer certificate has expired. I created a new one and it seems to work again. Thanks for the hint @Paulw11

And by the way, it wasn't marked as expired until I opened the details in the developer portal. But the date clearly was before now.

Midwinter answered 31/1, 2022 at 11:35 Comment(0)
C
5

This can happen because your developer account rolled into a new subscription year. When this happens, all provisioned devices expire.

To fix

  1. Go to https://developer.apple.com/account/resources/devices/list
  2. There will be a button at the top of this page in a banner to reconfirm the devices.

You will not need to generate a new build, all devices will continue working.

Chaplain answered 28/3, 2023 at 18:5 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.