-1

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

Vishal Yadav
  • 3,642
  • 3
  • 25
  • 42
MrRaijy
  • 21

1 Answers1

2

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:

Kevin Li
  • 2,258
  • 1
  • 9
  • 18
  • Just a note, I do not believe account kit is within the Facebook Android/Ios SDKs for Xamarin. However, there is Facebook Graph API support which can be used with account kit which should at least help. – S1r-Lanzelot Mar 15 '18 at 00:32