Does Everyplay support Landscape in iOS6?
问题 I'm integrating Everyplay with my Cocos2d Game.My game only support Landscape orientation. Everything goes well on iPad. But When i test on iPhone(iOS6),it throws exception as following when I call "[[Everyplay sharedInstance] showEveryplay]": reason: 'Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES' I know orientation mechanism changed in iOS6.So i add this method: -(BOOL)shouldAutorotate{ return YES; } -(NSUInteger