Anyone know how high the iAd banner is on the bottom of the screen?

I'm trying to redo my game & add iAd banner in it .. my game is in landscape I want to know how high on the Y position of banner gets to? Thank you :)

Comments

  • ThoPelThoPel GermanyMember, PRO Posts: 184
    edited July 2015


    Source

    You need X 512 and Y 33 for iPad. X 240 and Y 16 for iPhone. But it scales properly by universal apps.

  • As_Of_LatteAs_Of_Latte Member, BASIC Posts: 343
    edited July 2015

    @http_gamesalad I'm not 100% sure but I spawn my iAd banners at the bottom X pos. 384 and Y pos. 50, relative to scene. I use portrait though... It seems to look correct in TestFlight, however.

  • Thunder_ChildThunder_Child Member Posts: 2,343
    edited July 2015

    Actually it won't matter where you "spawn" your iAd banner actor. If I "spawn" an iAd actor it's usually off scene anyways becUse the rule allows only for top or bottom banners. If your spawning it in the scene make sure it's alpha color is = 0. If you chose bottom it will go to the bottom and use the real estate of your scene just as the pic above shows. As I have mentioned before in a few other posts...be sure to build your app expecting the ad to show...but if the user is without an Internet connection available...you want to make sure you don't have a black background...meaning make sure your game fills the scene as if you were not using ads but not to put buttons and game actors in those locations.

  • Thunder_ChildThunder_Child Member Posts: 2,343

    @ThoPel said:

    Source

    You need X 512 and Y 33 for iPad. X 240 and Y 16 for iPhone. But it scales properly by universal apps.

    This is a great reference. Not to many know where to find it.

Sign In or Register to comment.