Hello experts,
I have a Mobile app that uses Kapsel, in which I have a requirement to store an array of JSON model which is purely offline (never gets synced with any ODATA endpoint). This JSON array will be populated during application usage and will be used for future runs.
I need to persists this array even when user closes/logs out of the application, and would reset only based on some condition. What is the best practice/approach I should use to realize this?