Xamarin.Forms Shared Project Web Service

406 views Asked by At

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

1

There are 1 answers

0
Pratius Dubey On BEST ANSWER

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