I've integrated Everyplay in my cocos2d v2.x game and sharing works fine on the iPad, but on the iPhone, when I tap "Share" from the Everyplay sharing modal, it crashes with the following message:
* Terminating app due to uncaught exception UIApplicationInvalidInterfaceOrientation
, reason: 'Supported orientations has no common orientation with the application, and shouldAutorotate
is returning YES
'
Seems to be a problem in the Everyplay library. Any ideas for a workaround?