Integrating appRever into Android Enterprise builds

I am trying to integrate libplugin.apprever.so into my enterprise build.  After some faffing around I have:

* added libplugin.apprever.so into the libs/armeabi-v7a folder

* added System.loadLibrary( “plugin.apprever” ) to the CoronaApplication onCreate() method.

It doesn’t seem to crash anymore but I am not seeing any ads.  Am I missing something?

Thanks,

Bruce

Was all my mistake.  I had removed the init call when it couldn’t find the appRever methods.  Since then I hooked up the .so and forgot to put the init call back in.

All good.

Was all my mistake.  I had removed the init call when it couldn’t find the appRever methods.  Since then I hooked up the .so and forgot to put the init call back in.

All good.