I use TapJoy SDK in my an OpenGL based game (based on Maze+ code)
when i use the following code in the App Delegate to show full screen ads
[TapjoyConnect showFeaturedAppFullScreenAd];
or even use the following code in the more games view to show more games
[TapjoyConnect showOffersWithViewController:self withInternalNavBar:NO];
i got all my View controllers (like more games view and news view) rotated see the screen shot
do you have any idea how to fix this problem?