CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

Crashes on Android 12 #104

Open bulente opened 2 years ago

bulente commented 2 years ago

Crash log for this is:

FacebookClientManager.OnActivityResult (System.Int32 requestCode, Android.App.Result resultCode, Android.Content.Intent intent) Java.Lang.IllegalArgumentException: com.bebyaz.tekekran: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent. Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.

mos379 commented 2 years ago

Due to lack of update of the dependency... https://github.com/xamarin/FacebookComponents/issues/210

Imodejam commented 2 years ago

How can we resolve it? @rdelrosario @mos379 @NGumby @bebo109

GeorgeSanu05 commented 1 year ago

Is there a solution to the problem or a feasible workaround? ...