You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this is just from memory, I’ll be sure to get a definite answer later.
These values are returned by usbmuxd, and are inferred from the data the USB controller detects from it. The device class definitely seems to be wrong, as 5 means Apple Watch. I don’t remember what version means atm, but it’s not the iOS version. You can see how to fetch the iOS version in the ideviceinfo example here in the repo.
Whenever I try to get version and device class, I receive values which differ from those produced by
ideviceinfo
.This returns
I believe
5
isUnknown
, and version is0
.ideviceinfo -k ProductVersion
returns13.3.1
Some other metrics:
In addition, is
version
the iOS version?Thanks!
The text was updated successfully, but these errors were encountered: