iOS app 'The application could not be verified' only on one device

前端 未结 15 1691
别跟我提以往
别跟我提以往 2020-12-12 14:09

I have two iphone devices( 4s and 5 ) connected to my computer and i am trying to install an application in both the devices. It installs pretty well in iphone 5 but it give

相关标签:
15条回答
  • 2020-12-12 14:51

    I had changed the team but I forgot to change it in my Tests target it so it caused that. Maybe this helps someone.

    0 讨论(0)
  • 2020-12-12 14:51

    Just had the same problem and I found out that the issue is with expired certificate. My app was distributed (AdHoc) through firebase and few days ago app was working just fine. Today I've realized that I can't install it because 'The application could not be verified'.

    Finally I realized that certificate that I was using for app signing has expired 2 days ago. You need to upload it again and you'll be able to install it.

    0 讨论(0)
  • 2020-12-12 14:57

    I also encountered the same issue. Deleting the app didn't work, but when I tried deleting another app which was the current one's 'parent'(I copied the whole project from the previous app, modified some urls and images, then I clicked 'Run' and saw the unhappy 'could not be verified' dialog). Seems the issue is related to provisioning and code signing and/or some configurations of the project. Very tricky.

    0 讨论(0)
提交回复
热议问题