Skip to content
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

What is the minimum version of iOS system supported by MJPEG-Server #912

Closed
jianghuihon opened this issue Jun 19, 2024 · 3 comments
Closed

Comments

@jianghuihon
Copy link

If I want to use MJPEG-Server, what is the minimum version of iOS system supported? It seems to be 12.0.1. If there are iOS9 and iOS10, please tell me in which branch or which submitted node, thank you

@KazuCocoa
Copy link
Member

What version of WDA did you use?
As https://appium.github.io/appium-xcuitest-driver/latest/installation/requirements/ , this WDA could have issues for lower than iOS 15 after XCUITest driver 4.27.2.
https://github.com/appium/WebDriverAgent/blob/master/CHANGELOG.md#500-2023-05-14 is the WDA version which dropped lower versions.

@jianghuihon
Copy link
Author

I use the latest master branch, set the lowest version to 9.1, the result is that there is no picture data on the MJPEG-Server 9100 port, I would like to ask how to support the system of ios 9.1, and the MJPEG-Server 9100 port has picture data?

@KazuCocoa
Copy link
Member

Since some WDA code might not be compatible with such lower OS versions. We no longer support such OS version as Appium/WDA as https://appium.github.io/appium-xcuitest-driver/latest/installation/requirements/.

Perhaps you could bring #721 back into your forked repository to support old versions again for your case. Or perhaps you could fork WDA code from WDA v4.15.1 if you need it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants