this.mChartboost = Chartboost.sharedChartboost();
String appId = "XYZ";
String appSignature = "ABC";
this.mChartboost.onCreate(this,appId,appSignature, null);
this.mChartboost.startSession();
this.mChartboost.showInterstitial();
使用此代码可以看到测试广告..但是当我禁用测试模式时,根本看不到任何广告。