xamarin-bindings-for-twilio / TwilioVoiceXamarinIOS

MIT License
3 stars 2 forks source link

Twilio support for net8.0-ios17.2 #6

Open RajashreeAD opened 4 months ago

RajashreeAD commented 4 months ago

Hi Team,

We are developing VOIP call using the twilio bindings in our .NetMaui mobile app. Our app is built using the .Net8.0 framework.

The issue we are facing is for the Twilio bindings for iOS, when tried to add the Nuget it is throwing below error.

Package Twilio.Voice.iOS.Xamarin Binding 6.3.0 is not compatible with net8.0-ios17.2 (.NETCoreApp,Version=v8.0). Package Twilio.Voice.iOS.XamarinBinding 6.3.0 supports: xamarinios10 (Xamarin.iOS,Version=v1.0)

Could you please let us know if the twilio bindging for iOS is supported for .NetMaui8.0. If not can you please provide an estimated date when this would be resolved or if there is any alternative.

4brunu commented 4 months ago

Hi,

This is a community driven binding for twilio.

I'm not sure if we have someone mainting twilio voice.

If you can help by creating a PR that fixes the issue, I can try to help with review and publish the changes.

Thanks