Search code examples
iosiphonereact-nativeexpoeas

Expo React-native error - This app cannot be installed because its integrity could not be verified ios 16


I've created iOS internal distribution build with eas using command eas build --profile development --platform ios but getting integrity verification error.

Build link

enter image description here

I'm trying to run development with local code. Working fine for Android but facing issue on iPhone.

Thanks


Solution

  • You need to register your iphone before install the build

    • eas device:create

    Now you can build new one to have your iphone include.

    If you want to have it on old build then you need to resign the UDID you created on that old build

    • eas build:resign --profile "development" --platform ios

    Here are the docs - https://docs.expo.dev/build/internal-distribution/ https://docs.expo.dev/app-signing/app-credentials/#re-signing-new-credentials