-
-
Notifications
You must be signed in to change notification settings - Fork 28
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 17, Xcode 15 (RemoteXPC) #123
Comments
But it is worth adding via |
Perhaps this module should handle ipv6 as well for iOS 17. (Core Device Tunnel stuff) e.g. https://github.com/doronz88/pymobiledevice3/tree/master?tab=readme-ov-file |
The original way requires sudo privilege. Will this be a problem? |
Hm, we should not run with sudo in appium process wide, but I wonder if we could do with sudo privilege in appium-ios-device wide... It would be great if we could find a way to avoid it though. cc @mykola-mokhnach |
I agree there is no way to spin up TUN/TAP interface without having sudo privileges |
sorry if I'm sounding dumb, but |
We are not talking about integration, but rather switching completely to the new toolchain and deprecating appium-ios-device as it has no maintainers who would like to further develop and evolve the package. |
I'm trying to migrate the remoteXPC to js. Unfortunately I'm still unable to create a valid demo. |
Maybe to start XCTest session, appium-ios-device/lib/xctest.js Line 189 in 5735774
com.apple.dt.testmanagerd.remote service over the remoted connection
|
Noticed quic for nodejs core is a draft pr |
webinspector needs to be |
Possibly iOS 17.4+'s remote service discovery lockdown method will help |
appium-ios-device related thing (if needed)
https://github.com/doronz88/pymobiledevice3/blob/master/misc/RemoteXPC.md
We should send message via the RemoteXPC,
remoted
. We maybe detect if it is necessary by checking the response ofUsesRemoteXPC
https://github.com/doronz88/pymobiledevice3/blob/master/misc/RemoteXPC.md#remotexpc-services
The text was updated successfully, but these errors were encountered: