FacebookComponents
FacebookComponents copied to clipboard
I wish to show the native app and not the webview for logging in. I think this can be done using LoginBehavior for the LoginButton class but unfortunately it is...
Whenever I try to login using installed facebook app, it always shows already logged-in account. I don't find any option to login to another account. I have to logout from...
I noticed all the Android projects still use MonoAndroid90 as target which corresponds to Android SDK version 9 (28) It has to be changed to latest v11. I noticed the...
Similar to #194. Framework references/bindings need to be fixed.
## Referenced in solution although not referenced by maven package 7.1.0 * facebook-livestreaming 4.36.0 * facebook-loginkit 4.36.0 * facebook-marketing 7.0.1 * account-kit-sdk 5.4.0 * audience-network-sdk 5.10.1 * notifications 1.0.2 ##...
Hello, I'm trying to follow this blog post in order to get rid of the deprecated UiWebView reference: https://devblogs.microsoft.com/xamarin/uiwebview-deprecation-xamarin-forms/ In one of the steps is asked to add extra _mtouch_...
Hello. our application is fail on start in IOS 11.4 The error from simulator logs: ``` Dyld Error Message: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/*/Library/Developer/CoreSimulator/Devices/8A997F48-E288-48C4-B5E9-79A89D6B24C9/data/Containers/Bundle/Application/1C49AC3B-7083-421E-B14C-34EF29E036A9/Mobile.Touch.APPLICATION_NAME.app/Frameworks/FBSDKLoginKit.framework/FBSDKLoginKit Reason: no suitable image...
Latest Version Of Facebook Audience Network Is 6.1.0 but Current Nuget Version is 5.10.1 . Please Update the Package as soon As Possible as old SDKs effect Ads integration and...
Hello I'm trying to add Facebook sdk v9.0.1 in my Xamarin Forms Project. I have build the iOS component separately as guided in #204. When I'm trying to build the...
Hello I'm adding Facebook SDK to Xamarin iOS for a client and to implement the iOS 14.5 tracking permissions change require the setAdvertiserTrackingEnabled method, I believe in Facebook.CoreKit.Settings. Just noticing...