Steve
Steve

Reputation: 5073

App cannot be verified on ios 9

I am running testing of an app on my iphone 6s running ios 9. Given the new feature introduced in ios 9 and xcode 7 release, I was able to test run my app on ios devices without getting the $99 membership.

Everything used to work fine. I trusted the developer ID and run the app without any issue until the last change I made to the code. Then I can see the app was installed but said "Not Verified". When I went to Settings->General->Profile, I can see under the developer's profile there is a button called "Verify App". However when I click the button nothing happened. The app remains unverified and cannot be verified thus cannot run.

Anyone experienced something similar? Any idea on how to fix the issue?

=========================================================== Update upon the issue disappear:

What I did is logging into apple developer website with the username. After logging in, the apps can be verified with no problem.

Upvotes: 5

Views: 3991

Answers (2)

Tejinder
Tejinder

Reputation: 1557

Delete you app from the Settings>General>Profile> Developer APP> Then delete your app from there. Come out of the settings and reinstall your app fro Xcode, again open Settings>General>Profile> Tap on Profile> Now you will see a button with blue text "Trust ", tap on it and you are done.

It works for me.

Please ask if you still have issue, happy coding, CHEERS!!!

Upvotes: 0

bhuvan
bhuvan

Reputation: 56

when establishing trust for the app developer's certificate connections to https://ppq.apple.com is made.

The above site had an invalid certificate which prevented the verification process.

As of now the issue has been resolved.

Upvotes: 1

Related Questions