I’m using Corona SDK Daily Build 2013.2187
When I called
gameNetwork.show( "achievements" )
on my iPhone 5 running iOS 7 after logging into my Game Center sandbox account it redirects to the leaderboard screen instead of the achievements screen.
On Android the problem doesn’t exist and the code correctly redirects the user to the achievements screen.
How can I access the achievements screen via app in iOS 7?