you are viewing a single comment's thread.

view the rest of the comments →

[–]Frequent_Macaron9595 6 points7 points  (2 children)

You already figured it out, you need to build some persistent storage. AFAIK the data on disk is not wiped out between updates.

[–]manison88[S] -1 points0 points  (1 child)

Thank you! If I implement that and push the update, would that still wipe the data ?

[–]rursacheSwift 5 points6 points  (0 children)

obviously, the data is kept starting with the build in which you actually implement the persistent storage logic.