App monetize

Any hint on library/services to monetize an app? Like banner or interstitial? I’ve used admob but now I’d like to change (some problems with the account).

I’ve tried adbuddiz that I can compile without problems, seems to work but there aren’t any ad available for iOS in many days, works good on Android… support doesn’t reply…

I’ve tried leadbolt that seems to work but on iOS I always got the error: “Module inapp failed to cache:no fill” while I can’t download android sdk… support replies very slowly…

Any suggestion?

Thanks…

Now I’m trying with appnext, the ad will be showed without problems, but when I click the “skip” button, the screen remain black and nothing happens…

Ok, as reference, seems a refresh problem. The solution isn’t perfect but works for me:

interstitial.setOnAdClosedCallback(function(){
window.location.reload();
});