Version Number of Plugin: 3.1.1
Device Tested On: iPhone 6s (iOS 11.1.2) with Xamarin Live Player
Simulator Tested On:
Version of VS: 15.4.5
Version of Xamarin: Xamarin.Forms 2.5.0.91635
Versions of other things you are using:
Steps to reproduce the Behavior
Save selected value from listview in settings
Expected Behavior
Save the value in settings
Actual Behavior
Crashes on AppSettings.AddOrUpdateValue("App_selected_currency", currency.Code); with error Don't know to add1and9(System.Int64) (NInterpretException)
Bug Information
Version Number of Plugin: 3.1.1 Device Tested On: iPhone 6s (iOS 11.1.2) with Xamarin Live Player Simulator Tested On: Version of VS: 15.4.5 Version of Xamarin: Xamarin.Forms 2.5.0.91635 Versions of other things you are using:
Steps to reproduce the Behavior
Save selected value from listview in settings
Expected Behavior
Save the value in settings
Actual Behavior
Crashes on
AppSettings.AddOrUpdateValue("App_selected_currency", currency.Code);
with errorDon't know to add
1and
9(System.Int64) (NInterpretException)
Code snippet
AppSettings.AddOrUpdateValue("App_selected_currency", currency.Code);
Screenshots