I am converting my native iOS app to cross platform using Xamarin.Forms and PCL (well, at least that was the idea...)
The app rely on web services for getting its data, but as there is no cookie support in PCL 4.5, Xamrin.Forms is sadly rather useless
For PCL 4.5, there is no BasicHttpBinding.AllowCookies method, and HttpCookieContainerBindingElement does not exist either, so adding that element to a CustomBinding is not possible.
AllowCookies exist in PCL 4.0, but switching to a 4.0 profile removes Xamarin.Forms from my project...
Any chance of an update including cookie support in the (very) near future? You know, I really do need my cookies...