I have integrated the startapp sdk for the latest google policy. They ask me to call 2 methods for showing and loading ads.
startAppAd.showAd(); // show the ad
startAppAd.loadAd(); // load the next ad
But usage of this isn't really loading any ads. Has anyone faced this issue?
I have the right jar added to the project. I have given my developer id and app id at proper places as mentioned by their user guide.
If someone has faced similar problems, please help me out in this.