khanhduytran0 / LiveContainer

Run iOS app without actually installing it!
Apache License 2.0
590 stars 78 forks source link

JIT not working with TrollStore JIT #28

Closed LeonardoIz closed 4 months ago

LeonardoIz commented 4 months ago

Describe the issue

I have tried to use the app with TrollStoreJIT and it doesn't work, would it be possible to add support?

Instructions to reproduce

Launch the app with TrollStoreJIT

What version of LiveContainer are you using?

Latest from GitHub Actions

Other

No response

khanhduytran0 commented 4 months ago

Many apps don’t work with LiveContainer regardless of JIT methods. I’m not sure why you need LiveContainer while you have TrollStore, maybe multiple data containers or something else?

LeonardoIz commented 4 months ago

Its just for testing, im trying to optimize LiveContainer to work with more apps

El El sáb, 27 ene 2024 a las 11:35, Duy Tran Khanh @.***> escribió:

Many apps don’t work with LiveContainer regardless of JIT methods. I’m not sure why you need LiveContainer while you have TrollStore, maybe multiple data containers or something else?

— Reply to this email directly, view it on GitHub https://github.com/khanhduytran0/LiveContainer/issues/28#issuecomment-1913110062, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQG6PDXU2XRWR7PEUK5FFX3YQTJ6NAVCNFSM6AAAAABCK7VU72VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGEYTAMBWGI . You are receiving this because you authored the thread.Message ID: @.***>

yyyr-p commented 4 months ago

Many apps don’t work with LiveContainer regardless of JIT methods. I’m not sure why you need LiveContainer while you have TrollStore, maybe multiple data containers or something else?

I use LiveContainer to quickly test modified apps without signing at all. Although TrollStore is functional, waiting for fake signing during the processing of a large executable can be time-consuming. Anyway, if LiveContainer can work properly with TrollStore, I would greatly appreciate your work.

LeonardoIz commented 4 months ago

Can u merge the PR? It should work fine but I haven't been able to test it