-
Notifications
You must be signed in to change notification settings - Fork 72
Xamarin.Facebook.Android not updated for Android 12? #247
Comments
Same problem, last stable build was a year ago. There's 2 pending MR waiting review... |
Hi @moljac @SotoiGhost @Redth @rmarinho, Would you be able to update this component? Many thanks! 🙏 |
bump |
Hello guys. Any news? The last update was one year ago. |
Any news? |
Any news? Still getting "Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent" on new android devices! |
If you only use Facebook Login... i fixed with the workaround posted here: |
Do we have any plan to upgrade this binding into Facebook SDK 14.x ? because version 13.x is having a problem with AndroidX.Activity > 1.5.0 right now So the workaround is not working if the project have a dependency with AndroidX.Activity > 1.5.0 |
We created a slim binding some time ago: https://github.com/thisisthekap/Xamarin.FacebookSlim.Droid This covers basic login and permission request features. If additional features are needed: PRs are welcome :) |
@thisisthekap the problem is most of the time iOS is needed too. |
@mos379 We created a slim binding for that at https://github.com/thisisthekap/Xamarin.FacebookSlim.iOS I hope I find the time to create a CI/CD to publish it to nuget.org within the next few days. |
Is there any update in this? |
This is still huge problem on Android devices - we need fix for Facebook authentication. Any updates on this? |
App getting crash only on Android 12 .
It basically has the Xamarin.Facebook.Android library and I've noticed it is not updated to the last version available (the one that would fix the issue with Android 12 which makes the app crash when you complete the login process, because it misses important flags, MUTABLE and IMMUTABLE, necessary to use the SDK with Android 12+). So I was wondering if there is any way to fix this problem and update the library, since the last stable version is the 11.2.0.1 which was released 1 year ago.
Thank you
The text was updated successfully, but these errors were encountered: