ios - ads not showing on my released app -



ios - ads not showing on my released app -

ok released first app , got accepted lastly night. problem there no ads showing up. when tested app ads worked showed test advertisement , hid when there no advertisement show. it's on app store , doesn't show advertisement , can't see what's wrong in iad app network cause it's downwards atm

heres code:

#pragma mark iad delegate methods - (void) bannerviewdidloadad:(adbannerview *)banner { [uiview beginanimations:nil context:nil]; [uiview setanimationduration:1]; [banner setalpha:1]; [uiview commitanimations]; } - (void) bannerview:(adbannerview *)banner didfailtoreceiveadwitherror:(nserror *)error { [uiview beginanimations:nil context:nil]; [uiview setanimationduration:1]; [banner setalpha:0]; [uiview commitanimations]; }

ios iphone xcode

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -