I have created have 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 ?
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
4
Answers
Please add Device
UDID
to the App Store developer account. And also update provision profile that includes deviceUDID
and after that create new ipa using updated provision profiles.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.There could be multiple solutions:
In my case the problem was in expired provisioning profile