FacebookComponents icon indicating copy to clipboard operation
FacebookComponents copied to clipboard

No Privacy Manifest file

Open hareshkalyani opened this issue 2 years ago • 2 comments

Newer facebook sdk has privacy manifest file added.

But this xamarin SDK does not have it yet.

hareshkalyani avatar Apr 29 '24 17:04 hareshkalyani

I guess we would need version 17.0.1 to solve that.

uwe-neuronation avatar Jun 06 '24 14:06 uwe-neuronation

As mentioned in #252.

I've just released updated bindings which target .NET 8, available here: https://www.nuget.org/profiles/Digifais.

  • Facebook Android (v17.0.1)
  • Facebook Android Audience Network (v6.17.0)
  • Facebook iOS (v17.1.0)
  • Facebook iOS Audience Network (v6.15.2)

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 /lib/net8.0-ios17.5/LoginKit.resources/FBSDKLoginKit.xcframework/ios-arm64/FKSDKLoginKit.framework/PrivacyInfo.xcprivacy.

Digifais avatar Sep 05 '24 20:09 Digifais