I see just white. Cursor sees this:
The main iOS-specific problem I see is in the download service: it calls Android-only external storage on iOS before runApp, so an unsupported platform exception would leave only the launch screen. I’m checking the surrounding download startup to make the fix robust rather than just swapping one call.
I'll see if I can fix something up to a PR-able state, but I got it signed in a way that works with SideStore. It's far from painless, but it does install and launch. The plist from #26 didn't work.
I see just white. Cursor sees this:
The main iOS-specific problem I see is in the download service: it calls Android-only external storage on iOS before runApp, so an unsupported platform exception would leave only the launch screen. I’m checking the surrounding download startup to make the fix robust rather than just swapping one call.
I'll see if I can fix something up to a PR-able state, but I got it signed in a way that works with SideStore. It's far from painless, but it does install and launch. The plist from #26 didn't work.