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
  •  | 
  •  

Pergunta

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?

Foi útil?

Solução

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.

Outras dicas

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top