In a recent project, we have found a need to persist NativeScript app data after an app had closed. Our requirements included: data must be persisted through an app reset, but not after an app update or uninstall/reinstall must be cross-platform (iOS and Android) should persist a small amount of data should be simple (not time consuming) for developers to…