Enabling Remote Debugging via Private APIs in Mobile Safari
1–6 of 6 posts
Re: Enabling Remote Debugging via Private APIs in Mobile Safari
#2Re: Enabling Remote Debugging via Private APIs in Mobile Safari
#3Re: Enabling Remote Debugging via Private APIs in Mobile Safari
#4Re: Enabling Remote Debugging via Private APIs in Mobile Safari
#5actually not work for me. I've added the method on ApplicationDidfinishLaunchin...... (Xcode gives me a warning, I think it's normal) I can see the page listing, but the inspector doesn't report errors or warnings etc... If I open the page using the chrome inspector I see all the log. It's really frustrating (dbugging javascript in the uiwebview)
Re: Enabling Remote Debugging via Private APIs in Mobile Safari
#6actually not work for me. I've added the method on ApplicationDidfinishLaunchin...... (Xcode gives me a warning, I think it's normal) I can see the page listing, but the inspector doesn't report errors or warnings etc... If I open the page using the chrome inspector I see all the log. It's really frustrating (dbugging javascript in the uiwebview)
It's normal that works on Chrome since it's based on WebKit too :)