Is it possible to build a gRPC client using Xamarin Forms ?

damien darhk 21 Reputation points
2024-11-25T08:17:53.2666667+00:00

I'd like to use some gRPC in my xamarin form app. Are this technology compatible? Is there any sample or tutorial?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,368 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 68,486 Reputation points
    2024-11-27T17:20:36.9966667+00:00

    while Xamarin is unsupported, try the limited .netstandard 2.0 library:

    https://learn.microsoft.com/en-us/aspnet/core/grpc/netstandard?view=aspnetcore-9.0

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.