Hi there!
I'm working in a Cocos2D project and I've just integrated OpenFeint. I've done it before in other game that were in portrait mode and everything worked fine. However this game is in landscape mode, so I've deleted the "Portrait" directory in OpenFeint's resources directory so now there's only the "Landscape" and the "Common" one. When I run the game though OpenFeint shows as if the game were in portrait mode (however I've set the UIInterfaceOrientation to Landscape in the info.plist and the whole game works in Landscape and the iPhone simulator knows it). Is there any parameter that I have to change or any way to force OpenFeint to run in Landscape mode?
Thanks in advance!