Search code examples
mysqldatabasewindows-phone-8remote-access

How to connect to remote MySQL database from Windows Phone 8 application?


I'm developing application for windows phone 8 and I need to get user data from remote MySQL database. This database is also used by the web-application.

What is the solution for this problem? Where I can read some information about using remote data storages with windows phone 8?


Solution

  • You can use the restsharp client for windows phone. Its fully documented and a nuget install is also available. heres the link http://restsharp.org/