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

Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top