Can't check my debug build in Safari

I followed these steps:

1) Changed application schema for debugging in archive mode .

2) I created an archive.

3) I have uploaded it to iTunes connect.

4) I made the necessary assembly for testing and invited beta testers.

5) I downloaded my app from Testflight app with beta tester credentials.

6) I have activated Preferences / Safari / Advanced / Web Inspector mode on the device and development mode in Safari on my Mac.

7) So now I am running my debug build which was downloaded from Testflight and I am unable to test the web view of my application in Safari development mode . It says, "There are no verified apps."

I do not understand what the problem is. Does Testflight limit the build debug mode?

Can anyone help me?

+3


source to share


1 answer


I figured out what the problem is.



To validate your app in Safari development mode, your build must be signed with an iOS development certificate . But when you upload your app to TestFlight - Xcode will automatically revoke it using the iOS distribution certificate . With this type of certificate, you cannot validate your app's Webview in Safari.

+3


source







All Articles