You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use my appId, and GetAchievement() work right, but SetAchievement() and ClearAchievement() always return false.
But when I change appId to 480, there is no problems.
Is there some auth to my appId?
The text was updated successfully, but these errors were encountered:
Did you set the achievement write to GS or Offical GS?
If you set that to anything other than Client then your game client cannot SetAchievement ... cant recall if that will cause that method to return false or not but it definitely wont set the achievements.
Also make sure you publish, quote from the official docs on the topic.
This function returns true upon success if all of the following conditions are met; otherwise, false.
The specified achievement "API Name" exists in App Admin on the Steamworks website, and the changes are published. RequestCurrentStats has completed and successfully returned its callback.
I use my appId, and GetAchievement() work right, but SetAchievement() and ClearAchievement() always return false.
But when I change appId to 480, there is no problems.
Is there some auth to my appId?
The text was updated successfully, but these errors were encountered: