StoreDev / StoreLib

Storelib is a DotNet library that provides APIs to interact with the various Microsoft Store endpoints.
Mozilla Public License 2.0
139 stars 47 forks source link

Can't retreve insider hub apps #19

Closed rtm516 closed 2 years ago

rtm516 commented 2 years ago

With this library I cannot pull update IDs that are opt-in betas on the Xbox insider hub, such as the Minecraft preview. Im not sure if this is just some authentication issue or an oversight of the library. The code I'm using to pull the update is https://github.com/rtm516/MinecraftAppxArchiver/blob/master/CoreTool/Loaders/StoreLoader.cs#L71-L97

rtm516 commented 2 years ago

Was due to my authentication tokens and has been resolved