xamarinxamarin.formscross-platformshared-project

Xamarin.Forms Shared Project Web Service


How can i add web service reference to shared or portable project to add it automatically on another projects (Android, IOS, Windows Phone) ?


Solution

  • You have to add web service references in Android and IOS project, Then help of Dependency services you can consume data in Portable class. Here is good explanation to- WebService consume