I'm using PclStorage in a Xamarin Forms project, it works great for Android & iOS version on my app.
But i have an issue with the Windows Phone 8.1 version.
I had the plugin in the wp project and have an System.NotImplementedException error when trying to access FileSystem.Current
I saw online that set the CopyLocal to false for the plugin in the pcl project fix it for some people but not for me. But i have not seen any post about the windows phone 8.1 version.
Is the plugin working on that OS version ? If yes, how should i fix my problem ?
Regards.
EDIT :
I just found these line in the WindowsPhone project of the plugin :<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
Does that mean that WP 8.1 is not supported right now ?
Hi,
I'm using PclStorage in a Xamarin Forms project, it works great for Android & iOS version on my app. But i have an issue with the Windows Phone 8.1 version. I had the plugin in the wp project and have an System.NotImplementedException error when trying to access FileSystem.Current
I saw online that set the CopyLocal to false for the plugin in the pcl project fix it for some people but not for me. But i have not seen any post about the windows phone 8.1 version. Is the plugin working on that OS version ? If yes, how should i fix my problem ?
Regards.
EDIT : I just found these line in the WindowsPhone project of the plugin :
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
Does that mean that WP 8.1 is not supported right now ?