hello. :wave: I'm working on a KMP project for An...
# squarelibraries
j
hello. 👋 I'm working on a KMP project for Android + iOS with SQLDelight 2.0.2. using the built-in sqlite for each operating system (added linker flag "-lsqlite3" to iosApp) Data is persisting between app opens / closes on: • Android emulator • Android phone • iOS emulator On an iPhone, however, it only works while I keep it in memory. When I restart the app, the data is cleared / gone. Why would the iPhone behave differently from the iOS emulator? Any config options to check? (Using the defaults for the native driver) Thanks in advance!