Caicai Posted February 25, 2015 Share Posted February 25, 2015 Dear Developers ,I recently finished an app with lots of help from your forum , so thank you very much .I just have one thing to do ... and is adding ads .I followed the instructions given on page Ludei ( MoPub + Coocon ) and works !, addition to this use a code posted by a member of this community. Cocoon.Ad.banner.on("ready" , function(){ Cocoon.Ad.setBannerLayout(Cocoon.Ad.BannerLayout.BOTTOM_CENTER); Cocoon.Ad.showBanner(); }); Cocoon.Ad.interstitial.on("ready", function(){ Cocoon.Ad.showInterstitial(); }); function show_iAD(){ Cocoon.Ad.loadInterstitial(); } function show_bAD(){ Cocoon.Ad.loadBanner(); } function kill_bAD(){ Cocoon.Ad.hideBanner(); }The problem is that advertising that appears is test , I could not get displayed properly. (See attach)I think something I'm doing wrong , but I do not know that . Please helpsorry for my English . Link to comment Share on other sites More sharing options...
Rorian Posted February 25, 2015 Share Posted February 25, 2015 You have to verify your account at MoPub. Just write them an email and ask for verification. They will most likely want app URL and google play / app store admin screenshot. Link to comment Share on other sites More sharing options...
Caicai Posted February 25, 2015 Author Share Posted February 25, 2015 Thanks!! Link to comment Share on other sites More sharing options...
Recommended Posts