-
Notifications
You must be signed in to change notification settings - Fork 219
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
Apple Vision Pro Support #1094
Comments
Please verify if the same stuff applying to AppleTV may also be applied to Apple VisionPro (simply try adding your own device string there): pymobiledevice3/pymobiledevice3/remote/tunnel_service.py Lines 517 to 527 in decc922
|
Well, it got a little further this time. Changing the 'AppleTV' string to 'Apple Vision Pro' I get the PIN to appear briefly on the connect attempt on the AVP itself, but it disappears and the script throws an error again.
|
Sounds like it's not the same issue as in AppleTV. Can you print the |
Is your feature request related to a problem? Please describe.
When connecting to Apple Vision Pro through a remote session, the device is detected through Bonjour presumably, but throws errors when attempting to connect. I'd like to be able to connect to AVP for device management features.
Describe the solution you'd like
Successful connectivity to AVP over wireless.
Describe alternatives you've considered
Might be feasible with the developer strap, which provides a wired connection instead.
Additional context
Here is the device being picked up after running
python3 -m pymobiledevice3 remote pair
Here is the errors after attempting to connect:
For community
⬇️ Please click the 👍 reaction instead of leaving a
+1
or 👍 commentThe text was updated successfully, but these errors were encountered: