AltStore icon indicating copy to clipboard operation
AltStore copied to clipboard

Documentation on enabling JIT is outdated

Open SantiMoncada opened this issue 1 year ago • 1 comments

Following the steps on https://faq.altstore.io/how-to-use-altstore/altjit i ended up getting the error

RuntimeError: qh3 v1.0+ no longer support passing cryptography certificate objects within a QuicConfiguration object. Use configuration.load_cert_chain(...) instead using PEM encoded values.
During handling of the above exception, another exception occurred:

I would add that you also need qh3 on the version 0.15.1 for it to work

SantiMoncada avatar Jul 24 '24 16:07 SantiMoncada

Yeah, that's how it works! python3 -m pip install pymobiledevice3==2.30.0 construct==2.10.69 qh3==0.15.1

BarredEwe avatar Aug 16 '24 17:08 BarredEwe