android - What does the error "Unable to load metadata for game" means in Google Play Game Service? -


a couple of days ago google announced google play game services. cool of course, started integrating game.

i think did every step correctly able sign in google+ account, it's not working. developer console says game ready testing.

i following message in logcat:

05-19 10:20:30.538: e/volley(27130): [1704] il.a: unexpected response code 400 https://www.googleapis.com/games/v1whitelisted/applications?language=nl_nl&platformtype=android 05-19 10:20:30.538: e/gameagent(27130): unable retrieve 1p application 123456789012-123abcdefghijklmnop456qrst789uvw network 05-19 10:20:30.618: e/checkgameplayacl(13964): unable load metadata game 

i have set 2 test accounts inside game service configuration. both give same result.

what error "unable load metadata game" means? there wrong configuration? or applicationid not correct?

i think app id incorrect. try again 123456789012 (removing -123abcdefghijklmnop456qrst789uvw)


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -