Mendix native mobile

0
How keep the offline data even if the user killed the app in native mobile while we are in the offline mode  
asked
1 answers
0

Hello, 

 

If you proceed with the signout the data will be synced and the local storage will be swiped out.

If you just minimize the app the data will be preserved, but possibly not synced yet.

A way to keep the local data is to avoid signing out. You can inspect your local storage using Android Studio and verify by yourself the behavior of the data in your app. 

answered