Is it a problem when an iAd may be obscured?

后端 未结 8 2347
执笔经年
执笔经年 2021-02-13 05:17

I added the ADBannerView to a view and when I load the app I get the following message:

ADBannerView: WARNING A banner view (0x7a023c0) has an ad but may be obscured. Th

8条回答
  •  抹茶落季
    2021-02-13 06:21

    I got the same problem but the reason is I have OpenFeint notification bars on top of that, e.g. high scores, achievement unlocked, etc. It slides in and then slides out, does not stay for long, so I don't think it is a problem.

    I you put ADS on the top, then user would not see OpenFeint notifications, that will be another problem, I do not know if this happens if you have ADS and OpenFeint on different locations of screen, I did not try it as my app's bottom screen is full of buttons, so only top of screen is available.

提交回复
热议问题