-
-
Notifications
You must be signed in to change notification settings - Fork 630
Feature Request for LiveContainer #54
Description
LiveContainer has been a blessing for iOS sideloading,
The CidyaSubstrate fixes have fixed a lot off apps and Emulators like Folium are now functional (haven’t tested throughly). Thank you for your work!
I don’t have any idea about iOS development or the internals of LiveContainer, so I don’t know if these are ridiculous feature requests but, please consider implementing:
-
Exiting Applications after use, A overlay that allows the user to goes back to App Selection after use, this will prove very helpful when using emulators that require JIT, as the same instance of LiveContainer can be used to run multiple emulators without having to enable JIT in each one. This would be especially helpful when away from a computer when a debugger for JIT cannot be attached. iOS’s unpredictable memory management can close JIT instances of emulators, a one for all solution would be much more reliable.
-
Use of LiveContainer with a Developer Certificate, again, I don’t know the internals but it if somehow LiveContainer can grab the correct files needed for JIT-less setup from SideStore without having to be sideloaded with SideStore then folks using a signing service (no apple dev account, just p12) can benefit from having to refresh Live Container.
These are some features I hope you can consider implementing in the future (if possible). Again, Thank for the work with LiveContainer, it is a godsend.