AppStudio 6.1 brings a new Volt feature: serverStorage. It lets you save and retrieve data on the Volt server. Here are a few uses:
- As a backup: Keep critical data in the server, so if the phone gets lost or damaged, information is not lost.
- Multiple devices: If the user runs your app on multiple devices (desktop included), your app can pick up where it left off with the same data.
- Support: As the owner of the app, you can examine what is in your user’s serverStorage.
- Data Sharing: The owner of the app can read and write to users’ serverStorage using a different app. Use this to send specific information to users, or to get data the user has collected.
It’s easy to use. You save and retrieve values using a named key. The values can be of any data type: numbers, strings, arrays or objects. There are no limits on the number of values you keep, nor how big the values can be, other than that they be reasonable. If you need to use a lot of data, check with us at support. Here are some examples:
Continue reading “Using serverStorage to save data on the Volt Server”