Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Programmable Chat - Xamarin Forms Chat App for Windows (UWP) and Mac in future

Tags:

twilio

We are building a chat client in Xamarin Forms (.NET, PCL) for Windows 10 (UWP), Android, iOS and for Mac in future. We are evaluating Twilio Programmable Chat as a platform to built on. Is there a .NET SDK (PCL or non-PCL) that we can use to build the client? Or can we built one of our own using a .NET socket library of our own?

like image 498
Kartik Avatar asked Oct 30 '22 08:10

Kartik


1 Answers

There's no .NET SDK currently available, however Xamarin SDK is planned (no exact date, we'll try to get it going ASAP). You can always use generated wrappers to access the REST API from your application or write your own. The API documentation on the site should be sufficient to get you going, but if you have any specific questions - feel free to ask on SO or from Twilio Support.

Hope this helps.

like image 133
Berkus Avatar answered Nov 15 '22 06:11

Berkus