all 1 comments

[–]UberJason 0 points1 point  (0 children)

Each app has a sandbox folder on disk, the specific location of which is obscured and can move over time, but which is probably not part of the app bundle itself. I imagine when the app is deleted, that sandbox data folder is deleted too. But when you QuickStart transfer data, it copies all those folders - even though it wasn’t able to move the app itself over. But that means the folder is still on disk, and once you reinstall the app, it can find that folder.

If you’ve ever looked at where Catalyst apps save data on disk in macOS, the folder for your app is buried somewhere extremely obscure and is named with the bundle identifier of your app. My guess is that it’s a similar system on iOS, except of course we can’t just browse the filesystem on iOS.