-
-
Notifications
You must be signed in to change notification settings - Fork 458
feat: migrate afc and house arrest to use remotexpc when iOS>=18 #2696
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
feat: migrate afc and house arrest to use remotexpc when iOS>=18 #2696
Conversation
|
LGTM @KazuCocoa Do you have any additional comments? |
KazuCocoa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm entirely.
| succeeded = true; | ||
| return client; | ||
| } catch (err: any) { | ||
| log.error(`Failed to create AFC client via RemoteXPC: ${err.message}, falling back to appium-ios-device`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
## [10.15.0](v10.14.13...v10.15.0) (2026-01-17) ### Features * migrate afc and house arrest to use remotexpc when iOS>=18 ([#2696](#2696)) ([3ba9fbf](3ba9fbf))
|
🎉 This PR is included in version 10.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Both services are implemented in
appium-ios-remotexpcand can be used in xcuitest when iOS version >= 18.