twilio / TwilioChatXamarinBindings

Twilio Chat Bindings for Xamarin (Android and iOS) and Sample app with working FCM and APN pushes using those bindings.
https://www.twilio.com/chat
MIT License
32 stars 15 forks source link

Xamarin.Forms support #14

Open soile1991 opened 6 years ago

soile1991 commented 6 years ago

It would be nice to have Xamarin.Forms support.

jamsoft commented 6 years ago

I'm about to integrate this into a Xamarin Forms application. Depending on how you have architected your solution this should still be doable.

You only need to have an abstraction in the Core.

That said. Twilio, it seems odd to start a new library in 2018 that doesn't target .NetStandard 2.0 ... why was this crucial decision made to not go with this?

soile1991 commented 6 years ago

It's doable with an abstraction in the Core, but it's better to have all the Classes exposed to Shared project Channel Class, Message Class etc.

@jamsoft +1 on .NetStandard 2.0

aleksandrsivanovs commented 6 years ago

we will review it next year, might be this will change. however, I will need to do some catchup on this.

SagarPanwala commented 5 years ago

Any update on this ? it's very crucial as Xamarin Forms is used on large applications too.