danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Windows Phone 8 Support #81

Open cpiggott opened 10 years ago

cpiggott commented 10 years ago

Any chance this could be built to include WP8 for NuGet install?

danesparza commented 10 years ago

Wow -- I've never done Windows Phone 8 work before. What all is involved with making this library compatible?

cpiggott commented 10 years ago

I am not 100% sure. I know that WP8 uses Windows Phone Class Libraries. I tried to port it over to a Windows Phone Class Library by starting a new project in VS Express for WP2012 and adding your code. I have the project down to 2 errors, but these problems arise with the string.PostJsonToURL() method. Since ServiceStack.Text isn't entirely compatible with WP8 either.

theofanis commented 8 years ago

Please see #176 for an attempt to make this a PCL targeting all major platforms