microsoft / StoreBroker

A PowerShell module that leverages the Windows Store Submission API to allow easy automation of application submissions to the Windows Store. The master branch is stable and the v2 branch is under active development.
Other
98 stars 40 forks source link

PDP Files are missing the `TrailerToPlayAtTopOfListing` property (Id 999) #273

Open softworkz opened 1 week ago

softworkz commented 1 week ago

When I submit with a trailer, the dropdown always shows "No trailer selected"

Image

I noticed that there's a property which doesn't exist in the PDP files: TrailerToPlayAtTopOfListing It can be seen when downloading the listings as CSV file from the portal:

Image

HowardWolosky commented 1 week ago

Unfortunately, as far as I'm aware, that's not a supported, modifiable value with API v1.

softworkz commented 1 week ago

I don't see this value in the v2 branch either...?

HowardWolosky commented 1 week ago

I don't see this value in the v2 branch either...?

It didn't exist at the time that I implemented v2. I have since moved on to a different team and I'm no longer the one that actively maintains StoreBroker. @joseartrivera may be able to find out if it's something that v2 could be supporting (but as you've mentioned elsewhere, an update to StoreBroker v2 unfortunately wouldn't help you.

softworkz commented 1 week ago

It's such a messy situation with all the things around the store (StoreBroker itself works well, though)

Thanks a lot for the quick response!