Skip to content

iOS10 - can't connect to WKWebView anymore #163

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fpn opened this issue Sep 23, 2016 · 3 comments
Closed

iOS10 - can't connect to WKWebView anymore #163

fpn opened this issue Sep 23, 2016 · 3 comments

Comments

@fpn
Copy link

fpn commented Sep 23, 2016

Was debugging WKWebView fine on my iphone before upgrading today to iOS10.
Ran into the TLS issue, and had to upgrade to:

  • libimobiledevice (master/HEAD)
  • libssl.so.1.1 (master/HEAD)
  • (libimobiledevice_idevice_connection/HEAD)

ios-webkit-debug-proxy can connect to safari works, but not to the WKWebView.
Using an mac laptop and safari works also with iOS 10 and WKWebView.

fpn@alpha:~$ ios_webkit_debug_proxy 
Listing devices on :9221
Connected :9222 to Theo’s iPhone (***)
Unknown app_id PID:286
Invalid message _rpc_applicationSentListing: <dict>
    <key>WIRApplicationIdentifierKey</key>
    <string>PID:286</string>
    <key>WIRListingKey</key>
    <dict>
    </dict>
</dict>
Disconnected :9222 from Theo’s iPhone (***)
@artygus
Copy link
Collaborator

artygus commented Sep 24, 2016

hi @fpn, I didn't get it were you able to resolve the issue? The upgrades you listed are necessary indeed, because libimobiledevice is stuck on 1.2.0, not sure when the new version is going to be released

@fpn
Copy link
Author

fpn commented Sep 30, 2016

I wasn't able to debug WKWebView even with the upgrades listed above.

@artygus
Copy link
Collaborator

artygus commented Jan 18, 2017

hi @fpn, do you still see the issue after #169 was merged in?
PS. you probably need to upgrade brew upgrade --HEAD ios-webkit-debug-proxy

@artygus artygus closed this as completed May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants