简体   繁体   中英

Flutter: App cannot be installed because its integrity can not be verified even after adding UDID of Iphone device on Developer account

I have been running my flutter apps on simulators and recently I had to build an IPA file to test on a physical device. When I try to install on the device it tells me "App cannot be installed because its integrity can not be verified". I did my research and found out that many people who had this issue solved it by adding the UDID of the device to their Apple Developer Accounts. I have added the UDID but I am still getting the same error.

Below are steps you must follow.

  1. Add UDID under devices

  2. Update provision profile so that you can add newly added devices in the provision profile.

  3. Pull this provision profile in XCode under Accounts section from Preferences menu.

  4. Now run OR make ipa file as you want.

Usually all misses Step 2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM