Hello,
I'm currently developing a game and distributing it via itch to friends and family using the keys system and having the game set to Restricted. I'd like to implement a system to check for updates in the game using the API described here:
https://itch.io/docs/butler/pushing.html#looking-f...
As mentioned, this is not currently possible for Private games. However, I can specify that my Restricted game is accessible to those with the correct password, which winds up being specified in the url using ?password=<pass>. Would is perhaps be possible to also allow this way of accessing the update check API?
Thanks,
Isaac