Working with xamarin forms and remote procedure calls

  • Thread starter Thread starter billbuch01
  • Start date Start date
B

billbuch01

Guest
Hello

I’m having problems with a Xamarin forms project. This project contains an Android, IOS, and UWP projects.

I’m trying to create an azure based remote procedure call application for my Xamarin application to use in passing images and other data to work against an azure databases.

I have tried the following:

WCF (with asmx) – works with the UWP but not with android or IOS

WFC (creating as .svc file) – doesn’t work at all

gRPC – now working with Xamarin at all.

I’ve been working on this problem for nearly a month and an no closer to making this work than when I started.

Can you help? Do you have Xamarin forms code that move images back and forth between a mobile app and service hosted on azure?

!!!HELP!!!

Frustrated and Excused

Continue reading...
 
Back
Top