Hi,
running my Game on iPad using GameCenter without problem. On iPhone 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'
I think I ran into the following issue:
http://stackoverflow.com/questions/12427979/gamecenter-authentication-in-landscape-only-app-throws-uiapplicationinvalidinterSince my Game is Landscape only, I remove the Portrait Modes in Xcode. I had to do this, because if I don't do this, GameCenter pops up in portrait mode when started first time, while my game is already Landscape mode. But disabling Portrait Modes is exactly the reason for the crash above.
@Atilim, is there any solution, or shall I add this to the bug tracker (if I am allowed to do that)?
best regards
Michael
Comments
XCode 4.5.1, iOS SDK 6.0 (the buggy one :-S ) I guess it's related to the orientation iOS SDK bug...
regards
Michael
did you include the fix into your latest version? Doesn't seem to happen any longer. Either it's due to a fix you included (if that's the case, THANK YOU!!) or maybe due to iOS update 6.0.1 on my device? Any ideas?
Michael