0

I'm trying to use Supersonic ADS inside my app written in xamarin (ios and Android)

Is there any way to include it?

Thanks in advance!

Ziba Leah
  • 2,484
  • 7
  • 41
  • 60
  • 1
    They have a Unity plugin that works on iOS and 'Droid so they have the C# wrappers for their native libraries.. I would send them a request about it... – SushiHangover Dec 10 '15 at 20:11

1 Answers1

1

If they have an iOS and/or Android SDK, you can create a Xamarin Binding Project to allow you to use the Native library from within your Xamarin project.

Jason
  • 86,222
  • 15
  • 131
  • 146