Reputation: 839
I published one Windows 10 app to the store with the respective screen shots.
I have now developed the same app for Windows 8.1 universal and the screenshots are different from the Windows 10 app.
How can I upload Windows 8.1 universal app screenshots?
Upvotes: 2
Views: 560
Reputation: 4489
You can take screenshots of your app using the emulator within Visual Studio.
This MSDN article goes into detail on how to take a screenshot. I appreciate it's aimed at Windows Phone 8 however it works in just the same way for Windows Phone 8.1.
To create an app screenshot using the built-in emulator screenshot tool:
To optimize the quality of your screenshots, set the zoom level of the emulator to 100 percent. The higher you set the zoom level, the better the quality of the screenshot. For more information, see How to adjust the zoom setting in the emulator for Windows Phone 8.
Start your app in the emulator.
On the emulator toolbar, click the expand button to open the Additional Tools window.
Click the Screenshot tab.
When your app is ready, click the Capture button. The screenshot appears in the workspace.
Click the Save button to open the Save As dialog box.
Choose the location and File name that you want, and then click Save.
Optionally, navigate to other pages in your app and capture additional screenshots.
Launch an emulator with a different screen resolution to capture the same screenshots at a different resolution. If you ran your app with debugging, you have to stop debugging before you can run it again on another emulator.
I've done a few images to try and give a bit of guidance.
On the emulator toolbar, click the expand button to open the Additional Tools window:
Additional Tools window:
On this window is where you would select Capture to capture a screenshot of whatever page your app is currently on.
To then upload these screenshots, on your submission to the App Store you want to look at the Store Listings section:
In here is where you can upload your screenshots:
To create platform-specific Store listings
As described in this MSDN article you can create platform-specific store listings:
Near the top of your Store listing page, you'll see a link to create a platform-specific app Store listing if you have uploaded packages that support earlier OS versions ((Windows 8.x or earlier and/or Windows Phone 8.x or earlier).
When you click the link to create a platform-specific app Store listing, a popup will appear asking you to choose from your supported targeted operating systems. Windows 10 is not included in the list of choices, because customers on Windows 10 will always see the app's default Store listing.
You can use your default Store listing as a starting point, which will bring over all of the text and images you've entered for your default Store listing; you'll then be able to make any changes you'd like before saving. You can also start from a completely blank Store listing if you prefer.
After you click Continue, your Store listing page will now include a section for the platform-specific Store listing you've just created (underneath the Default Store listing section). This section will include its own set of fields for Description (required), Release notes, Screenshots, App tile icon, App features, and Additional system requirements. Make sure to enter info into each field where you want to display info in the custom Store listing, even if it's the same info as in your default Store listing. If you leave any of these fields blank, no info will appear for that field in the custom Store listing.
Upvotes: 7