libimobiledevice-win32 / imobiledevice-net

.NET (C#, VB.NET,...) bindings for libimobiledevice
GNU Lesser General Public License v2.1
299 stars 77 forks source link

Error is - An Lockdown error occurred, the error code was PlistError #157

Open yogendra123456 opened 4 years ago

yogendra123456 commented 4 years ago

hi @qmfrederik i am using imobiledevice-net on windows system that shows the list of device... but after that it give an error on handshake function....

lockdown.lockdownd_client_new_with_handshake(deviceHandle, out lockdownHandle, "Quamotion").ThrowOnError();

Error is - An Lockdown error occurred, the error code was PlistError. ERROR: Could not connect to lockdownd, error code -3

i am using latest version 1.3.4

My device is iPhone 5s, IOS 12.4.7

thanks in advanced..