inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

page in safari can be detected but page in app can't. #119

Closed haojian20161987 closed 2 years ago

haojian20161987 commented 2 years ago

Steps to Reproduce:

Install inspect
Install iTunes
Connect iPhone, let it sync with iTunes
open page in safari, it's OK.
open my app, but can't find webView in inspect.
auchenberg commented 2 years ago

@haojian20161987 What kind of WebView are you trying to debug? Inspect can't debug web views installed from the app store, but apps have to be with the local developer profile

haojian20161987 commented 2 years ago

@auchenberg The app is installed by ipa file, not installed from the app store.

auchenberg commented 2 years ago

Inspect can only debug developer provisioned apps. See https://webkit.org/web-inspector/enabling-web-inspector/ for details.

haojian20161987 commented 2 years ago

@auchenberg thank you!