We have a XamarinForms application for iOS and Android. Here we need to consume data from SMP OData services. We have created Binding project in order to access objective C library to consume OData services , but we are not able to refer this binding.iOS project in XamarinForms Project , because XamarinForms does not have Xamarin.iOS reference . getting error as Foundation.NSobject is defined in an assembly that is not referenced
Could anyone help us ?