[RESOLVED] Google Play Game Services Unlock Achievement not working.

Hello, I’ve got this code for my google play unlock achievement:

    local function achievementRequestCallback(event)         print("achievement requested")     end          print("Requesting: " , "MyAchievementIDFromGoogle")      gameNetwork.request( "unlockAchievement",     {         achievement = { identifier="MyAchievementIDFromGoogle" },         listener = achievementRequestCallback     } )  

The thing is that this method is called I see the “Requesting: ID” line, but then silence… nothing happens, seems that the unlockAchievement function is not called, I don’t see the achievement getting completed at all.

The setup should be fine because for the high scores I do get them working right. But for some reason the achievements are not.

To say something I’ve to say that I haven’t used the whole 1000 points from google, might that have some relation?

Please help I’ve to release this asap and everything is done but this small thing.

BTW using daily build 1184.

We’ve fixed this issue in the plugin.  You can now build again and it will work.

Working for me now, thanks.

working! thanks.

We’ve fixed this issue in the plugin.  You can now build again and it will work.

Working for me now, thanks.

working! thanks.