Releases: Leviidev/AeroStore
v1.1.2
v1.1.2
- Fixed #7
- Fully implemented #5
- LiveContainer + Aerostore will only be updated when a new LiveContainer or AeroStore version comes out. If a bug is found then itll also be fixed then.
- Updated App Icon (perm.)
- Released AeroStore website! (AeroStore.xyz)
As always report any bug to the issues tab.
v1.1.1
v1.1.0
v1.1.0
🐛 What caused the crash
The app crashed with fatal 309 (kernel kill) immediately after the splash screen. Root cause was a stack overflow from infinite recursion:
SceneDelegatesettintColor = .altPrimaryduring scene setupaltPrimarywas declared asstatic varinFluxThemesViewController.swift— accessing it triggered lazy initialization- That init called a
Scannerconvenience init with a custom Scanner extension that called itself recursively - → Stack overflow → kernel killed the process
All print() calls were invisible in device logs because ConsoleLog captures stdout/stderr to a file instead of the system log.
🔧 How it was fixed
- Removed the duplicate
static vardeclarations (the colors already existed as properletconstants from the asset catalog inAltStoreCore) - Deleted the recursive Scanner extension that was calling itself
- Theme colors are now stored in
UserDefaultsinstead of mutating static properties - Hardened Core Data store loading to prevent a separate crash from the Roxas library's broken model lookup
- Replaced all
print()calls on the startup path withos_log()so crashes are visible in device logs - Added crash sentinel detection, safety-net fallback in SceneDelegate, and uncaught exception handler
📋 What's new since v1.0.6
Crash fixes
- Fixed launch crash (fatal 309) caused by infinite recursion in Scanner extension
- Fixed Core Data migration failure (error 134020) by enabling automatic lightweight migration
- Fixed silent hang in
prepareDatabasewhenALTApplicationreturns nil - Fixed ConsoleLog crash that prevented crash reports from showing
- Fixed crash loop by deferring JIT tunnel start when unacknowledged crash report exists
- Prevented silent crashes from Rust FFI
abort()calls
Diagnostics
- Startup path now uses
os_log()(visible in device logs viadevicectl) - Crash sentinel system detects and reports which component caused the crash
- Uncaught exception handler captures otherwise invisible crashes
- SceneDelegate safety-net installs main interface if LaunchViewController stalls
Core Data
- Persistent store description now explicitly sets
shouldMigrateStoreAutomaticallyandshouldInferMappingModelAutomatically - Fixed migration in
migrateDatabaseToAppGroupIfNeededfor legacy stores - Load model directly from AltStoreCore bundle to bypass Roxas model lookup bug
🙏 Credits
Huge thanks to M0d-4 who forked the repo, identified the root cause, and fixed it. I implemented the changes and the app launches cleanly now.

v1.0.6 nightly
hi yall i made version 1.0.6 im so happy
Fixed issues
#2 App crashing when scrolling in settings
#3 iOS26 bug (i think)
and i also updated the version number for the app, so shouldnt bug out. and also a few ui improvements and stuff.
huge credits to stephendev0 for the ui inspiration and the stikjit stuff
make sure to report issues on the issues tab, and im also gonna start working on the website! im broke and cant afford a site, but itll still be there <3
UNFINISHED
v1.0.5
Added notifications feature and fixed many UI errors.
Note that it may claim that your not on the latest version, i forgot to change the version in the app but im too lazy to do it now. ill do it tmrw. peace yalllzzz
Known Issues:
Settings crash #2
iOS 26 bottom bar bug #3
Screenshots (iOS 26 with LiveContainer)
| 1 | 2 | 3 |
|---|---|---|
![]() |
![]() |
![]() |
| 4 | 5 | 6 |
|---|---|---|
![]() |
![]() |
![]() |
v1.0.4
v1.0.3
v1.0.2
v1.0.1
FluxStore v1
The release of FluxStore 🎉
Welcome to FluxStore v1. This is the first version of FluxStore. I hope you enjoy.





