freshplanet / ANE-Google-Play-Game-Services

Enable user to log in with Google+ to upload high score and achievements
Apache License 2.0
57 stars 42 forks source link

Step achievement not updating #40

Open triplumix opened 9 years ago

triplumix commented 9 years ago

AirGooglePlayGames.getInstance().reportAchievement("CgkIlZ-a5_oYeAIQBA", 8);

It works without the step parameter.

I use above line, but nothing happens, why ?

hajnyj commented 8 years ago

The second parameter have to be between 0 and 1.0 (Number as percentage, but I dont know if it adds or sets this Number)!! and it only works if you have in GP Dev console in Game Services->Your Game->Particular_Achievement checked "incremental achiev"..otherwise you should use it without second parameter (same as 0 as sec parameter)