Facebook account kit xamarin

513 Views Asked by At

I am developing an application. This is my first application that I develop in xamarin. I was asked to put account kit but the problem. I can not find the procedure to put account kit on cross Plaform Ios and android in xamarin Thank you for your reply

1

There are 1 best solutions below

1
On

Solution:

There're Xamarin Facebook components: Facebook iOS SDK and Facebook Android SDK.

Install these components in the corresponding platforms, then use DependencyService to trigger the related action in the PCL.

Related:

Instead of using components, you also can binding the native libraries by yourself, here're the related Xamarin official documentations on binding library: