Hello!
I haven't had any luck finding a description of this in the documentation, so I figured I'd ask here:
I'm in development of an application for which I'd like to store some data relevant to a particular merchant. I know that clover devices registered to the same merchant sync application updates when connected to the internet, but does there exist a mechanism for storing and accessing information common to all devices on that merchant? Ideally, something in the vein of android's Sharedpreferences model for storing small amounts of key-value pair application data on a particular device, but that I could both read from and write to as any device on a particular merchant. Or, even better, does the current syncing of applications already push sharedpreferences information as well somehow? The requirement of internet connectivity is not an issue (it's already required for other core processes of the application). If such a structure does not already exist on Clover's side, I could develop a mechanism for doing this through our own systems/servers, but I figured I'd simplify wherever possible. If it does exist, could a good samaritan please direct me to the relevant documentation?
Sorry if this is an obvious or silly question-- I'm still quite new to development in general.