FacebookComponents icon indicating copy to clipboard operation
FacebookComponents copied to clipboard

Fix crash on Android 12

Open angpysha opened this issue 3 years ago • 6 comments

This PR fixes issue #236 and it based on the previous PR #237 created by mos379.

angpysha avatar Sep 24 '22 13:09 angpysha

would be great if anyone from the original project team could work on this...

mos379 avatar Sep 24 '22 14:09 mos379

would be great if anyone from the original project team could work on this...

Hope, yes. Looks like the problem is in internal yamls. I have not access to Azure DevOps build logs. You can use now my custom feed https://www.myget.org/F/xam-tests/api/v3/index.json

angpysha avatar Sep 24 '22 14:09 angpysha

would be great if anyone from the original project team could work on this...

Hope, yes. Looks like the problem is in internal yamls. You can use now my custom feed https://www.myget.org/F/xam-tests/api/v3/index.json

Thanks, problem is that I'm relying on this to be corrected, so that https://github.com/CrossGeeks/FacebookClientPlugin can upgrade their reference and make the plugin working with android12 again...

mos379 avatar Sep 24 '22 14:09 mos379

Guys, I can't upgrade my app because of this :( Will a new version be released anytime soon?

AnTo0o0o avatar Dec 01 '22 11:12 AnTo0o0o

@AnTo0o0o I created a slim binding for the facebook android sdk to fix the issue for my usecase: https://github.com/thisisthekap/Xamarin.FacebookSlim.Droid

Feel free to contribute to this repository in case you need additional features exposed through the slim binding.

thisisthekap avatar Dec 01 '22 12:12 thisisthekap

Pull request #245 have errors while compiling global.json:

 "sdk": {
    "version": "6.0.300",

Every project in .csproj has: <Project Sdk="MSBuild.Sdk.Extras/2.0.54">

Those versions are not compatible with each other. You need to change sdk version to 6.0.100, then download necessary SDK from dotnet microsoft website, and then finally build cake will run without errors. Alternatively you can update version of MSBuild.Sdk in all projects.

dev-xam avatar Dec 20 '22 14:12 dev-xam