Hi,
I have ios6 landscape iphone bug, cannot submit score to game center leader board problem.
I have 3 leaderboards in app and never had any issues with GC. Now i have landscape ios6 app and cannot submit more then single score to GC.
– submit total score
gameNetwork.request( “setHighScore”,
{
localPlayerScore = { category=“com.company.app.score01”, value=100 },
listener=dismissCallback
})
I can see on device that this code is run for 100% but nothing is reported to GC. Achievements works just fine. I must add that i submit 3 highscore at the same time and check 40 achievements.
I have CoronaUseIOS6LandscapeOnlyWorkaround = true,
What could be a problem, this might be related to recent daily builds ?
Tom [import]uid: 111283 topic_id: 36408 reply_id: 336408[/import]