Contanerize your apps without app limits!
khanhduytran0
Open with AltStore, SideStore, or TrollStore
From SideStore Connect — View Source
Run iOS app without actually installing it! - Allows you to install unlimited apps (10 apps limit of free developer account do not apply here!) - When JIT is available, codesign is entirely bypassed, no need to sign your apps before installing. Otherwise, app will be signed with the same certificate used by LiveContainer. Compatibility Unfortunately, not all apps work in LiveContainer, so we have a [compatibility list](https://github.com/khanhduytran0/LiveContainer/labels/compatibility) to tell if there is apps that have issues. If they aren't on this list, then it's likely going run. However, if it doesn't work, please make an [issue](https://github.com/khanhduytran0/LiveContainer/issues/new/choose) about it. Usage - Open LiveContainer, tap the plus icon in the upper right hand corner and select IPA files to install. - Choose the app you want to open in the next launch. With JIT - Tap the play icon, it will jump to SideStore and exit. - In SideStore, hold down LiveContainer and tap `Enable JIT`. If you have SideStore build supporting JIT URL scheme, it jumps back to LiveContainer with JIT enabled and the guest app is ready to use. Without JIT > [!NOTE] > You need to setup JIT-less mode once. This can be done by pressing "Setup JIT-less" and following instructions. - Tap the play icon, it will attempt to restart LiveContainer with guest app loaded. Installing external tweaks To install tweaks, you can use the built-in tweak manager in LiveContainer, which will automatically sign tweaks as you import. Otherwise, you can manually add them and then use the tweak manager to sign them. How does it work? See [README.md](https://github.com/khanhduytran0/LiveContainer#how-does-it-work) Limitations - Entitlements from the guest app are not applied to the host app. This isn't a big deal since sideloaded apps requires only basic entitlements. - App Permissions are globally applied. - Guest app containers are not sandboxed. This means one guest app can access other guest apps' data. - Only one guest app can run at a time. This is much more like 3 apps limit where you have to disable an app to run another (switching between app in LiveContainer is instant). - Remote push notification might not work. - Querying URL schemes might not work(?)
Fix `code signature invalid` issue