PrestaSharp icon indicating copy to clipboard operation
PrestaSharp copied to clipboard

Prestasharp in Xamarin APP

Open esanzpe opened this issue 8 years ago • 1 comments

Can I use Prestasharp in a a Xamarin APP??

it appears as a package but I can't install it

esanzpe avatar Nov 24 '16 13:11 esanzpe

Prestasharp uses restsharp that might not be compatible with xamarin PCLs. Are you targetting a specific Xamarin version? Xamarin.Android, Xamarin.iOS or Xamarin.Forms?

Your best best would be to rewrite this into a .NET standard library and use the HttpClient to make these requests.

las3r avatar Feb 16 '17 12:02 las3r