You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: