We're porting Android and iOS code to Xamarin that uses both the DFP (https://developers.google.com/mobile-ads-sdk/docs/dfp/android/quick-start) and the IMA (https://developers.google.com/interactive-media-ads/docs/sdks/android/quickstart) mobile SDKs.
We've successfully ported the code that used the DFP SDK, but we couldn't find any Xamarin package that allowed us to use the IMA SDK in Xamarin. Is such a package available? If not, is there a package on the way? And if not, is there a way for us to produce Xamarin bindings to the native Android and iOS IMA SDKs?
Thanks,
Simon
Posts
It looks like this exists as a component, but I have yet to try it out:
https://components.xamarin.com/view/GoogleMediaFramework
We've looked at this component, and it was Xamarin bindings around this video player SDK:
https://github.com/googleads/google-media-framework-android
We finally decided to build a custom wrapper around the native IMA SDK, and then produce Xamarin bindings around that custom wrapper.