You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using PCLStorage in my application, it works fine but the thing is i cannot access the data as i change my application version number, the path also changes. I am storing my application data using this
this return ..\AppData\Local\CompanyName\AppName\VersionNumber as path
but once i change version number access to my previous version data is not possible. Could you please suggest me what to do or guide me through it? However I would like to do this on PCL level.
The text was updated successfully, but these errors were encountered:
I have been using PCLStorage in my application, it works fine but the thing is i cannot access the data as i change my application version number, the path also changes. I am storing my application data using this
IFolder rootFolder= FileSystem.Current.LocalStorage;
this return ..\AppData\Local\CompanyName\AppName\VersionNumber as path
but once i change version number access to my previous version data is not possible. Could you please suggest me what to do or guide me through it? However I would like to do this on PCL level.
The text was updated successfully, but these errors were encountered: