N noega33 Member Licensed User Longtime User Jul 22, 2024 #1 Hi Community, I'm facing a big issue: When I re-install an application, all data recorded previously by the application is lost. Is There anyway to keep application data after re-installing an (iOS) application Thank you
Hi Community, I'm facing a big issue: When I re-install an application, all data recorded previously by the application is lost. Is There anyway to keep application data after re-installing an (iOS) application Thank you
hatzisn Expert Licensed User Longtime User Jul 22, 2024 #2 B4X: Dim ph As Phone ph.KeyChainPut("key", "value") ph.KeyChainGet("key") For not that much data. You can save a JSON string Upvote 1
B4X: Dim ph As Phone ph.KeyChainPut("key", "value") ph.KeyChainGet("key") For not that much data. You can save a JSON string
Erel B4X founder Staff member Licensed User Longtime User Jul 22, 2024 #3 What do you mean with "reinstalling"? Updating an app retains all the internal data. Upvote 0
N noega33 Member Licensed User Longtime User Jul 23, 2024 #4 hatzisn said: B4X: Dim ph As Phone ph.KeyChainPut("key", "value") ph.KeyChainGet("key") For not that much data. You can save a JSON string Click to expand... Thank you hatzisn, you are are right, I have a lot of files, not only "configuration data" chears Upvote 0
hatzisn said: B4X: Dim ph As Phone ph.KeyChainPut("key", "value") ph.KeyChainGet("key") For not that much data. You can save a JSON string Click to expand... Thank you hatzisn, you are are right, I have a lot of files, not only "configuration data" chears
N noega33 Member Licensed User Longtime User Jul 23, 2024 #5 Erel said: What do you mean with "reinstalling"? Updating an app retains all the internal data. Click to expand... Hi Erel, I mean, removing the app (un-install) You are right, if it's only an update, data is retain Cheers Upvote 0
Erel said: What do you mean with "reinstalling"? Updating an app retains all the internal data. Click to expand... Hi Erel, I mean, removing the app (un-install) You are right, if it's only an update, data is retain Cheers