Ventero / FRESteamWorks

SteamWorks API for AIR applications
Other
83 stars 27 forks source link

userHasLicenseForApp return noAuth #22

Open NicolasTony opened 9 years ago

NicolasTony commented 9 years ago

I'm getting noauth response with userHasLicenseForApp(steamId, appID)

UserId returned by getUserID() seems correct (I guess it's the same as steamID right ?). AppID returned by getAppID() is correct; it seems to be read in a txt, I hope it is more secured once deployed, but that's not the issue.

Like in the example, I create a ticket and when response RESPONSE_OnValidateAuthTicketResponse received I call userHasLicenseForApp, which returns 2 = NoAuth.

Any idea why or what to check ? I'm out of ideas here.