1

I have been using this library https://github.com/libimobiledevice/libimobiledevice to read and get information from iPhone devices connected via USB (https://github.com/libimobiledevice/libimobiledevice/blob/bfaf1a132a0d528cfe1dae8cbb4f0ecdeccaa88d/tools/ideviceinfo.c)

I was wondering if I can use ideviceinfo.c to detect another MacOS devices connected via USB.

Bismarck
  • 115
  • 1
  • 8

1 Answers1

0

As I understand it, libimobiledevice can connect to iOS devices (as you have done), but macOS devices aren't supported.

You can find more information on their website.

Adrian Russo
  • 546
  • 4
  • 16
  • Thanks Adrian. Is there any library that I can use to connect to MacOS devices over USB the same way as libmobiledevice? – Bismarck Jan 08 '21 at 08:34
  • Sorry, I personally do not know of any. I'd bet some Googling could get you some results though. – Adrian Russo Jan 08 '21 at 19:37