Skip to content

Connected message isn't shown when using iPhone with 11.3 #255

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
rpsequeira opened this issue Apr 10, 2018 · 12 comments
Closed

Connected message isn't shown when using iPhone with 11.3 #255

rpsequeira opened this issue Apr 10, 2018 · 12 comments

Comments

@rpsequeira
Copy link

I am unable to connect to an iPhone updated to iOS 11.3, but with the same setup it works on iOS 11.2.6
.

ios_webkit_debug_proxy.exe -V
ios_webkit_debug_proxy 1.8
Built with libimobiledevice v1.2.1, libplist v2.0.0

Using ios_webkit_debug_proxy.exe -d returns output.

Trying to connect using this command, it gets stuck on Listing devices...

ios_webkit_debug_proxy.exe --no-frontend -c null:9221,:9222-9222
Listing devices on :9221

@artygus
Copy link
Collaborator

artygus commented Apr 10, 2018

hi @rpsequeira, do you see anything http://localhost:9221/json? I've just tested 11.3 device and I confirm that proxy doesn't show connect message Connected :9222 to iPhone (XXX), but I see connected devices on http://localhost:9221 page.

Also I've noticed messages that connection to lockdown failed, I had to cleanup /var/db/lockdown dir and run iTunes to mark device as trusted, but it's probably because the device was connected when it had iOS 10 installed and lockdown file became "stale"

@rpsequeira
Copy link
Author

I have the same behavior, going to rename issue.

@rpsequeira rpsequeira changed the title Unable to connect to iPhone with 11.3 Connected message isn't shown when using iPhone with 11.3 Apr 10, 2018
@arielcintra
Copy link

I'm facing same problem... I have already tried to reinstall ios_webkit_debug_proxy and libimobiledevice but the issue persist... Any updates?

@alopezvi
Copy link

We also have same problem but with an Ipad.
Any news???
Thanks

@artygus
Copy link
Collaborator

artygus commented Apr 16, 2018

All the updates will be posted on this thread. Also you're more than welcome to contribute guys

@Vpuertol
Copy link

I'm facing same issue. I was working with an Ipad on 11.2.6 and all worked fine, but with the same setup ios-webkit-debug-proxy can't connect with an Ipad updated to iOS 11.3

any update on this?

Thanks

@artygus
Copy link
Collaborator

artygus commented Apr 16, 2018

hi @Vpuertol can you confirm you can't connect? please see #255 (comment) before replying

@artygus
Copy link
Collaborator

artygus commented Apr 16, 2018

Looks like the issue is that _rpc_reportSetup was removed from protocol, but iwdp relies on that call to make sure connection was established. As far as I can see it's only informational message that is broken

@artygus
Copy link
Collaborator

artygus commented Apr 16, 2018

@rpsequeira @arielcintra @alopezvi @Vpuertol please try

brew reinstall --HEAD ios-webkit-debug-proxy 

@arielcintra
Copy link

arielcintra commented Apr 16, 2018

I have already tried, and nothing changed. I've downgraded Xcode, and now I'm using iOS 11.2 on simulator and works fine.

@artygus
Copy link
Collaborator

artygus commented Apr 16, 2018

@arielcintra simulator issue is a different one, please subscribe to #250 for updates

@Vpuertol
Copy link

Vpuertol commented Apr 18, 2018

Hi @artygus I was wrong, I was connecting but I couldn't see my context webview. I opened Xcode and reinstalled my hybrid application on the Ipad, that reconfigured my lockdown folder I guess, and now I can see my context webview.

Thanks for your quickly answer.

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

5 participants