Our application currently looks like this:
[ Navigation Controller]
[ Content ]
[ Tab Bar Controller ]
What we want to do now is to add advertising to the free version, which we would like to put on top of the Navigation Controller, like this:
[ Advertisment ]
[ Navigation Controller]
[ Content ]
[ Tab Bar Controller ]
So I’m wondering if this is possible and if so, if it would be accepted by Apple for the App Store??
I wanted to do the same for my application. What I did was the following:
In my window I add 2 subviews.
This works for me and the advertisements stay on the screen will the user navigates.
I created this in the last few days and I’m going to submit this to Apple somewhere in the next few days. But I don’t see any reason why they could have a problem with this.