Simplifier supports the use of our applications in offline environments in the following ways:
Working Offline with Mobile Client
The Mobile Client support the offline work with following features
- Each app will be downloaded and encrypted on the local filesystem of mobile device
- Each app will be started locally , so no network connection is necessary
- A valid online login will also work offline as long as the token are valid (see settings)
Handing Online/Offline Events
In case of network loss or offline usage, you can react to the client by using the offline events in the process designer configuration (Read more)
Offline Storage
If you need to store your data offline, you can use our integrated device database, based on SQLite to build offline first apps. (Read more)