简体   繁体   中英

Is it possible to use the full RevMob API in an HTML5 iOS app? (Using Cordova/Phonegap)

I'm using Apache Cordova to build an html5 game. I want to use RevMob, and I'm following this tutorial http://sdk.revmob.com/cordova#ios-setup

Everything works fine, but it appears that I have access to only two of the RevMob API calls. I can only use fullscreen ads and ad popups.

I'm willing to use versions of the RevMob SDK different from the latest stable version.

Is there a way to enable the rest of the RevMob functionality in an HTML5 app? Eg "More Games", or "Banner Ad"?

Yes! They released version 0.4.0 which includes:

revmob.openAdLink();

Among other features as you can see .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM