I am currently developing using Xamarin.Forms, and would like a convenient mechanism for authenticating and storing my app users. Xamarin.Auth seems to fit the bill - since I use a custom authentication step rather than OAuth. Unfortunately it's PCL profile cannot be reconciled with that of Forms.
Does anyone have a suggestion for a good alternative that also allows custom authentication?