c# - 如何将屏幕截图上传到 Microsoft Store for Windows 8.1 Universal App

标签 c# windows-phone-8.1 win-universal-app windows-8.1 windows-8.1-universal

我向商店发布了一个 Windows 10 应用程序及其相应的屏幕截图。

我现在已经为 Windows 8.1 通用开发了相同的应用程序,屏幕截图与 Windows 10 应用程序不同。

如何上传 Windows 8.1 通用应用程序屏幕截图?

最佳答案

您可以使用 Visual Studio 中的模拟器截取应用的屏幕截图。

This MSDN article详细介绍了如何截取屏幕截图。我很欣赏它是针对 Windows Phone 8 的,但它在 Windows Phone 8.1 上的工作方式完全相同。

要使用内置的模拟器屏幕截图工具创建应用屏幕截图:

  1. 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.

  2. Start your app in the emulator.

  3. On the emulator toolbar, click the expand button to open the Additional Tools window.

  4. Click the Screenshot tab.

  5. When your app is ready, click the Capture button. The screenshot appears in the workspace.

  6. Click the Save button to open the Save As dialog box.

  7. Choose the location and File name that you want, and then click Save.

  8. Optionally, navigate to other pages in your app and capture additional screenshots.

  9. 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.

我已经做了一些图片来尝试提供一些指导。

在模拟器工具栏上,单击展开按钮打开其他工具窗口:

Emulator toolbar

其他工具窗口:

Additional Tools window

在此窗口中,您可以选择Capture 来捕获您的应用当前所在页面的屏幕截图。

然后要上传这些屏幕截图,请在提交到 App Store 时查看商店列表部分:

Store Listings

在这里您可以上传您的屏幕截图:

Upload screenshots

创建特定于平台的商店列表

this MSDN article 中所述您可以创建特定于平台的商品详情:

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.

关于c# - 如何将屏幕截图上传到 Microsoft Store for Windows 8.1 Universal App,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40632524/

相关文章:

windows - 错误 : Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) when trying to register a background task windows phone 8. 1

windows-phone-8.1 - Windows Phone 8.1 MapTileSource 与 MVVM 绑定(bind)

xaml - 如何确保 Popup 控件在调整父级大小时与其父级页面匹配? UWP

c# - 即使已添加转换器,也不会调用 Windows Phone 8.1 图像分辨率转换器

silverlight - 如何从 PC 控制 Windows Phone 8 Silverlight 应用程序

c# - WinRT 应用程序中的 DRY

c# - asp.net在网站中添加自定义控件

c# - 使用 TPL 任务更新 UI 不会立即更新 UI

c# - 当用鼠标双击时 - 通过哪个按钮发现

c# - XNA - 分辨率独立的基于图 block 的游戏