Hi
I bought an google account developer, i did achievements for my game but nothing doesen’t works, i tried with release keystore too!..i did this in main.lua
[lua]
local gameNetwork = require “gameNetwork”
gameNetwork.init(“google”)
gameNetwork.request(“login”,
{
userInitiated = false
})
function unlockAchievementListener(event)
gameNetwork.request(“unlockAchievement”,
{
achievement =
{
identifier = “xxxxxxxxxxxx”
}
})
end
[/lua]
and in level1.lua in scene:show and phase==“will”
[lua]
unlockAchievementListener()
[/lua]
Please help me!!