-
Notifications
You must be signed in to change notification settings - Fork 27
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
iOS / iPhoneOS 13 device capture #3
Comments
I think this means the functionality we need to do anything other than list the device is not supported/permitted but I'd be curious to hear your thoughts. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm doing some really unsupported/stupid stuff where I compiled libusb for Darwin in XCode for iPhoneOS. That works fine, but the hotplug / device resolution doesn't seem to detect devices (it returns nothing) as well as your code, which returns
The USB interface is obviously detected by the iPhoneOS kernel. Could you throw up a small snippet on how somebody might, say,
This would open a massive world in iOS/iPhoneOS development where USB device support isn't really documented but is actually secretly supported.
The text was updated successfully, but these errors were encountered: