-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Feature request: Return devices connected via wifi. #85
Comments
node-ios-device@3 supports this! :) There are limitations though. We can't port forward over WiFi which means we can't see logs. Installing apps works though. |
Sounds nice 👏. Personally I would be ok with this, as long as you are informed that there is a limitation with logs. Is it an easy fix to make it work? |
The readme makes mention of the limitation with the If I recall correctly, back in the day, iOS would let apps write to syslog and that's how logging worked in Titanium apps. iOS had a syslog relay service that I would still categorize this as a limitation of the |
Return devices connected via wifi.
From documentation: "Note that only devices connected via a USB cable will be returned. Devices connected via Wi-Fi will not be returned. The main reason we do this is because you can only relay the syslog from USB connected devices. This restriction be lifted in the future."
The text was updated successfully, but these errors were encountered: