siratama

Results 2 comments of siratama

Are the following lines problems? I think that it is not `displayInterstitial` but `showInterstitial`. GameActivity.java: line 266 ``` static public void displayInterstitial() { ``` AD.hx: line 92 ``` "org.haxe.lime.GameActivity", "showInterstitial",...

@wuprui When AD.showInterstitial method is called, the advertisement may not have been load yet. In that case, it is necessary to correct a code. http://stackoverflow.com/questions/20854789/admob-interstitial-ad-wont-display I have not succeeded in...