Comments

Log in with itch.io to leave a comment.

Hey, dear creator. could you do a tool to force players to use the Itch App run the Unity game?

in "donwloadkeyrequest" there is something call "yourtoken" can I know which token is it? dev token ?player token?

also i got an error http 403 (forbiden) when I enter the game ID ... why?

Hello,

For DonwloadKeyRequest, that would be your API key. 

As for the error. It took some time but I managed to find out that System.Json has been depreciated from .net standard and possible .net framework.

You can find the dll here, to force your project to support System.Json
If you need help with that, let me know and I can tell you what to do. 

thank you for reply... and yes I need your help .... I'll follow your instruction...

Ok. When I get home, I will test and write instructions. It will be very simple :) Check back in a few hours and Ill have something for you.

So I'm sorry to say but it looks like it is not possible to fix at this time. All though deprecated, the issue was not with System.Jason.dll.

Digging into it I believe that Itch.io's API endpoint has changed, and the key generated only has access to profile info, not game info. I will follow up with Itch and investigate further.

(1 edit)

owh ... okay... maybe I also need to read itch.io API too, for me to have better understanding.... (sorry for my broken English, Thanks for the help. )