ios - AdMob using in splash screen -


 bview=[[adbannerview alloc]initwithframe:cgrectmake(0, 0,320, 100)];  [bview setbackgroundcolor:[uicolor redcolor]];  [self.view addsubview:bview]; 

the above code used displaying iads.

is possible adding admob or iads or other advertisement portions can able adding / inserting of splash / launch screen using xcode 6.0.

you can use splash screen rootview controller. add background image of splash screen on view controller.that means view controller act splash screen. here can add code admob.otherwise not possible. 1 more thing, if ad takes time display on splash screen, apple can reject app. reference apple document- "as possible, avoid displaying splash screen or other startup experience. it’s best when users can begin using app immediately."


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -