We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
最近还是有不少提了ios17收集不到数据的问题,包括微信公众号私信也提了很多。拉法在这里和大家正式说一下tidevice的实现方式是支持不了ios17的,目前发现唯一支持ios17的是这个项目:https://github.com/doronz88/pymobiledevice3
我自己是华为粉所以没有iphone机器,想要二次开发没条件,如果有兴趣的朋友研究一下可以提个PR给SoloX!
The text was updated successfully, but these errors were encountered:
目前是4月,看到的可以获取到ios17性能项目也还是只有:https://github.com/doronz88/pymobiledevice3。 我们想进行ios17性能测试,还是需要先启动一个pymobiledevice3的服务,再去与它通信。 但是pymobiledevice3本身又很重它包含了完整的web框架和大量的依赖。 solox的执行模式是用户下载在本地后启动服务,如果直接把pymobiledevice3服务增加进来恐怕会导致依赖和包体积急剧扩大。 我想可以后续把pymobiledevice3 构建成一个二进制可执行包。我们在solox中按需获取使用可能会好一些。 至于什么时候实现,怎么实现只能说看情况。因为打工真的很辛苦很累😭
Sorry, something went wrong.
No branches or pull requests
最近还是有不少提了ios17收集不到数据的问题,包括微信公众号私信也提了很多。拉法在这里和大家正式说一下tidevice的实现方式是支持不了ios17的,目前发现唯一支持ios17的是这个项目:https://github.com/doronz88/pymobiledevice3
我自己是华为粉所以没有iphone机器,想要二次开发没条件,如果有兴趣的朋友研究一下可以提个PR给SoloX!
The text was updated successfully, but these errors were encountered: