iOS6 & Game Center - works in landscape?

Hi, I’m working on trying to get a release of my game submitted using the latest daily build and a phone hooked up with iOS6. I did have the GameCenter crash issue as my game is landscape-only. Implemented the build.settings fix as shown here: http://www.coronalabs.com/blog/2012/10/03/faq-wednesday-ios6-bugs/

settings = {  
 orientation =  
 {  
 default = "landscapeRight",  
 content = "landscapeRight",  
 supported = { "landscapeRight", "portrait" },  
 },  
}  

However, Game Center is showing up randomly in landscape and randomly in portrait. What part of iOS6 GC doesn’t work in landscape - is it just the sign-in screen?

Thanks,
Nate
[import]uid: 131038 topic_id: 31772 reply_id: 331772[/import]

Yup - it seems as though Apple forgot to build a GC landscape sign-in page. I’m sure it’s not as trivial as that, but everything else GC related works fine in landscape. [import]uid: 33275 topic_id: 31772 reply_id: 126867[/import]

Yup - it seems as though Apple forgot to build a GC landscape sign-in page. I’m sure it’s not as trivial as that, but everything else GC related works fine in landscape. [import]uid: 33275 topic_id: 31772 reply_id: 126867[/import]

Yes, it is the sign-on screen. Apple documented this in their release notes.
http://developer.apple.com/library/ios/#releasenotes/General/RN-iOSSDK-6_0/_index.html#//apple_ref/doc/uid/TP40012166-CH1-SW19

You should file an Apple bug anyway.

See this or our latest daily builds for the workaround:
http://www.coronalabs.com/blog/2012/10/09/ios-6-game-center-and-landscape-orientation/ [import]uid: 7563 topic_id: 31772 reply_id: 127050[/import]

Yes, it is the sign-on screen. Apple documented this in their release notes.
http://developer.apple.com/library/ios/#releasenotes/General/RN-iOSSDK-6_0/_index.html#//apple_ref/doc/uid/TP40012166-CH1-SW19

You should file an Apple bug anyway.

See this or our latest daily builds for the workaround:
http://www.coronalabs.com/blog/2012/10/09/ios-6-game-center-and-landscape-orientation/ [import]uid: 7563 topic_id: 31772 reply_id: 127050[/import]