Game Center through OF support - how to jump to Game Center without restarting game?

Game Center through OF support - how to jump to Game Center without leaving game? Is any of you solved this problem? OF panel is easy available from game but GC suspended my game. Native GC implementation in other games look more like OF. Did someone resolve this problem to make OF Game Center looks more native?

bump... anyone?

As far as I am aware without having true GC integration without going through OF this won't be possible.

I was thinking that if there was an accessible web API for GC we might be able to fake it but it looks like there isn't one - http://stackoverflow.com/questions/4055936/is-there-any-web-api-for-apples-game-center - not that I actually expected there to be one but figured it was worth a check.

Thank you Graham

That was I afraid of... Still not found good way to implement GC through OF because when I put
code like this:

1
2
3
4
local gcButton = function()
    local gcUrl = "gamecenter:"
            system.openURL ( gcUrl )
end
views:1629 update:2011/11/26 9:01:35
corona forums © 2003-2011