1A3Dev Posted yesterday at 05:27 PM Report Posted yesterday at 05:27 PM Hello, I was wondering if there's any way to get the latest manifest id of a private beta branch if I have the app id, depot id, branch name & password? Quote
1A3Dev Posted 44 minutes ago Author Report Posted 44 minutes ago (edited) 57 minutes ago, Dr. McKay said: Yes, use getAppBetaDecryptionKeys. Yeah I did get as far as that, I use getAppBetaDecryptionKeys and store the response then do getProductInfo and the data from productInfo.apps[appId].appinfo.depots is: { '3241661': { manifests: { public: [Object], beta: [Object] } }, branches: { public: { buildid: '20785042', timeupdated: '1763126393' }, beta: { buildid: '20947718', description: 'beta branch', timeupdated: '1764151547' } }, privatebranches: '1' } which doesn't seem to include encryptedmanifests or the private branch? From what I understand from the docs it used to be the case that you'd use the decryption key against the encrypted manifest id from getProductInfo however that no longer seems to be returned? Edit: I just checked via steam console and the app_info_print command seems to only return the branch when I'm actually opted into the branch via beta participation and it actually returns it in manifests decrypted not encryptedmanifests Edited 28 minutes ago by 1A3Dev Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.