square / wire

gRPC and protocol buffers for Android, Kotlin, Swift and Java.
https://square.github.io/wire/
Apache License 2.0
4.24k stars 571 forks source link

iOS Client #2988

Open honzamalousek opened 3 months ago

honzamalousek commented 3 months ago

Is there a plan to add GRPC client for iOS? Right now for iOS side I have to use clients from GRPC-Swift lib and convert responses with Wire Adapters which is not ideal.

oldergod commented 3 months ago

We unfortunately don't currently have any plans to do this. The recommended approach is to implement GrpcClient and use that.