Integrated chartoost sdk in to iPhone game. (Landscape game)
#define CHARTBOOST_APP_ID =@"4ff67f46f87659d86f000005"
#define CHARTBOOST_APP_SIGNATURE @"0eb950a632ec450f15095550268b6400a74d181d"
Chartboost *cb = [Chartboost sharedChartboost];
cb.appId = CHARTBOOST_APP_ID;
cb.appSignature = CHARTBOOST_APP_SIGNATURE;
[cb startSession];
[cb showInterstitial];
But it is not displaying any ads. Help me to find what's wrong with settings in Xcode or account in chart boost.


