Set of methods to operate data storage shared between eitri-apps.
To use SharedStorage and make data available between two or more Eitri-Apps, an AppGroup is required.
AppGroups are a concept that permits some resources to be shared, such as storage. When two or more Eitri-Apps are in the same AppGroup, they can write data in one Eitri-App and retrieve it in another Eitri-App.
To set up an AppGroup configuration, please contact Eitri support.
Data is transmitted as a string and handled with JSON encoding/decoding.
Pay attention to the size of the data to avoid affecting the experience.
Set of methods to operate data storage shared between eitri-apps.
Data is transmitted as a string and handled with JSON encoding/decoding. Pay attention to the size of the data to avoid affecting the experience.