grpc/src/csharp/experimental
Jan Tattermusch 0767878b6e build C# android artifact 2018-05-09 17:06:36 +02:00
..
README.md add useful resources for unity/xamarin support 2018-03-02 16:59:25 +01:00
build_native_ext_for_android.sh build C# android artifact 2018-05-09 17:06:36 +02:00
build_unitypackage.sh script improvements 2018-03-06 16:45:29 +01:00

README.md

This directory contains useful resources for getting gRPC C# to work on not-yet-supported platforms.

Unity & Xamarin

gRPC C# currently doesn't support Unity or Xamarin, but some proof-of-concept work has been done. Some of the resources are shared in this directory to ease community work on Unity & Xamarin support.

Crosscompiling grpc_csharp_ext for Android

  • Install Android NDK
  • Run ./build_native_ext_for_android.sh to crosscompile using cmake.

Crosscompiling grpc_csharp_ext for iOS

TBD