-
Notifications
You must be signed in to change notification settings - Fork 72
Updated bindings for both Android and iOS to v16.0.0 locally and working, but is this repo still active? Edit: NuGets published #252
Comments
@Digifais as of late @SotoiGhost published only changes to iOS, but not to Android, so he clearly has access to the private pipeline. It would be awesome if you could create the PR, because then the chances are that someone will merge. If not we would still be able to benefit from your branch! Thanks for Your work! |
@Digifais can you please share the the nugets if you was able to update bot iOS and Android. We are in need of a new version for a project. //Regards Joacim |
Hello everyone, sorry for the late reply. I just gave the bindings an update to all of their latest versions (FBAudienceNetwork Android to 6.14.0, FBAudienceNetwork iOS to 6.12.0, Facebook Android bindings to 16.0.1 and Facebook iOS bindings to v16.1.2) locally and published NuGet packages on nuget.org, you can find them all under my profile here: https://www.nuget.org/profiles/Digifais. |
@Digifais Great work! Please create a pull request so we can build from your branch. Thank you! |
@dtaylorus Aren't the NuGet packages linked above sufficient? |
@Digifais No, sorry, I prefer to do my own builds from visible source rather than trusting a binary from hidden sources and would like to be able to apply and maintain my own changes as well. Thanks! |
@Digifais Can you please share your updated ApiDefinitions.cs? Thank you! |
We can use this library now on Facebook |
Does anyone have an update on the IOS nuget for Facebook.Login? Facebook now requires everyone to use version 17.x because Privacy Manifests have been added in February 2024 (see https://github.com/facebook/facebook-ios-sdk/blob/main/CHANGELOG.md). |
I'll try and have a look at this in the coming weeks. Currently working on migrating our app at work from Xamarin Native to .NET for Android/iOS, so I'll have to migrate some of our own binding libraries as well. |
Pls let us know if you have updates or the source. Also I have just upgraded a big Xamarin app to MAUI, so I could help if you get stuck with something else. |
Sorry guys, worked on it a little bit later then planned, but I've just released updated bindings which target .NET 8, available here: https://www.nuget.org/profiles/Digifais.
The updated iOS bindings should include the privacy manifest files. You can check this by using the NuGet Package Explorer on for example the Facebook iOS LoginKit NuGet package and then navigating to |
@Digifais |
@zoltan-keri-zenheads That's weird, I don't remember changing that much in the ApiDefinitions. I'll try to have a look at it ASAP. |
@zoltan-keri-zenheads I've just released new bindings on NuGet for Facebook iOS v17.1.0 (I saw there was a new version available so I bumped the bindings to that version instead of just fixing and re-releasing 17.0.3). Can you please try those and let me know if those issues are fixed? |
@Digifais Yes, thanks a lot, in 17.1.0 iOS, now the class instance functions are back and it does not crash! |
Hello @SotoiGhost and community,
This week, I've been working on getting the bindings updated for both the Facebook Android and iOS SDK to v16.0.0 and the Audience Network bindings to v6.12.0 since I've needed to integrate these in a project at work. The updated bindings seem to compile and work correctly and I'm at the point that I think the updated bindings are stable (e.g. updated ApiDefinitions for iOS) and that I can create a pull request so we can hopefully get a merge going and publish updated NuGet packages.
Although I'm worried that this won't be to no avail since nobody seems to be replying on issues here anymore and the CI/CD seems to be private. I can easily publish the NuGet packages on my own, but I rather contribute to the project of course and get the official NuGets updated.
How should I proceed from here?
Edit: NuGet packages are available for FBAudienceNetwork Android v6.14.0, FBAudienceNetwork iOS v6.12.0, Facebook Android v16.0.1 and Facebook iOS v16.1.2 at https://www.nuget.org/profiles/Digifais.
The text was updated successfully, but these errors were encountered: