2
votes

I am new to xamarin forms ,i am developing xamarin forms application for cross platform(IOS,Android,UWP),when i try to integrate payment gateway to my application, my gateway provider gave the native sdk for IOS and android,But how could i add those sdk reference to my xamarin form application.

1
What do you mean they gave you native sdk's? are they for Native in Xamarin? Xamarin.Android and Xamarin.iOS? Or are they native Android and iOS - FreakyAli
You want to bind an AAR? - Bruno Caceiro
i just want to use the sdk for Xamarin.IOS which is build using objective-c - Saravanan N
This is the sdk that i want to link with my Xamarin.IOS application github.com/Ingenico-ePayments/connect-sdk-client-ios - Saravanan N
does it work now ? - Leo Zhu - MSFT

1 Answers

0
votes

You could use Objective Sharpie Tools to bind iOS Libraries,

refer to the official documentation:

https://docs.microsoft.com/en-us/xamarin/ios/platform/binding-objective-c/

and the solution :

Error when I bind an Objective-C Package