FacebookComponents icon indicating copy to clipboard operation
FacebookComponents copied to clipboard

FacebookAudienceNetwork IOS Case file incorrect .framework file path and 6.12 and 6.14 dll issue

Open itcodebuild opened this issue 2 years ago • 1 comments

I was trying to display a banner Ad on my Xamarin.IOS app and getting the error Object reference not set to an instance of an object. I noticed that the Resource file and Resource/**.framework file were also missing. This is due to the change in the facebook audience network SDK zip file folder structure. To fix this, I have to edit the custom_externals_download.cake file and give the correct .framework folder path inside FBAudienceNetwork.xcframework

Now I am able to use the latest SDK and the "The SDK version in the ad request is no longer supported for new apps. Please upgrade to the latest version of the SDK." issue got resolved.

Please update the repo custom_externals_download.cake file.

itcodebuild avatar May 21 '23 07:05 itcodebuild

Hello @itcodebuild, I've just published a binding of the latest version of FBAudienceNetwork here: https://www.nuget.org/packages/Digifais.Xamarin.Facebook.AudienceNetwork.iOS. Can you try to give this a shot? Let me know if it works. 😃

Digifais avatar Jun 27 '23 14:06 Digifais