libimobiledevice-win32 / imobiledevice-net

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

Cannot find device #181

Closed Visutronik closed 3 years ago

Visutronik commented 3 years ago

Hello,

i use the code from the main page. But it doesn't found my devices. I tried an iPhone 8+ (iOS 14) and an iPad 4 (iOS 10).

I can see the device on my windows pc and i can access the storage from the device. I use Visual Studio 2019 (Version 16.7.6).

Am I missing some kind of parameters or other kind of configurations? Thanks in advance.

Best regards Christian

Maciejszuchta commented 3 years ago

@Visutronik I had to install itunes on my Windows to let it detect IOS device. https://support.apple.com/downloads/itunes

Visutronik commented 3 years ago

@Maciejszuchta Thank you very much. It works with itunes. @qmfrederik Could you please write a requirement "itunes needed" onto your main page?