Open judsonabraham301 opened 2 years ago
Hi @judsonabraham301, were you able to get iOS working with an SDK above version 3.4.5? It seems that myself and many others have stumbled upon the Not Found Exception when using any version above 3.4.5, so if you have figured a way, please let me (us) know!
I have implemented Linphone in Xamarin forms. It is working fine in iOS but it is crashing in Android.It shows this exception
It shows the exception after the following code
CoreListener listener = Factory.Instance.CreateCoreListener();
I have no clue how to fix this. Any suggestions?