I need to develop an application with Xamarin Forms. The application must connect to Asterisk Server. I tried to use AsterNet.ARI
library but I have some compatibility error on Droid and iOS projects.
Error NU1202 The package AsterNET.ARI 1.2.1 is not compatible with xamarinios10 (Xamarin.iOS,Version=v1.0)/win-x86. The package AsterNET.ARI 1.2.1 support: net45 (.NETFramework,Version=v4.5)
Error NU1202 The package AsterNET.ARI 1.2.1 is not compatible with monoandroid80 (Monoandroid,Version=v8.0). The package AsterNET.ARI 1.2.1 support: net45 (.NETFramework,Version=v4.5)
Maybe I must to use another library, but I don't have any idea. Anyone can help me? What type of library can I use?