Does the JSONStore data/documents from Worklight persist on device (iPhone/Android) even after deleting the App?

StackOverflow https://stackoverflow.com/questions/23225902

  •  07-07-2023
  •  | 
  •  

Вопрос

I was wondering when using IBM Worklight to build and deploy apps on devices, would the JSONStore persist or be removed when deleting the app from the device?

Это было полезно?

Решение

Data you store inside a JSONStore collection when using Android or iOS will be removed when the application is uninstalled. You can actually confirm this, the files that JSONStore uses to persist data are shown in this question.

Другие советы

Application private data is removed from the device along with the app when you uninstall.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top