So I'm trying to setup the Settings Plugin by @JamesMontemagno (https://www.nuget.org/packages/Xam.Plugins.Settings/) to work with my PLC. I've set it up as explained in the README and on Git however I'm getting a NotImplementedException? I've tried Cleaning and Rebuilding the project and the entire solution and using it on different devices with no luck.
This is the Settings file: http://pastebin.com/FcJMLFcs
This is the code that uses it: http://pastebin.com/f7cnGgwW
All of the code for the Settings.Plugin is used in the PLC project, the solution is ran on an android device and this is the error that I am getting:
System.NotImplementedException: This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.
Not really sure what to do, I've surfed the web looking awnsers but no-one else seems to be getting this? Any help would be great!