简体   繁体   English

UWP(Windows 10)应用程序提交失败

[英]UWP (Windows 10) application submission failed

I am trying to publish an application to the windows store and it keeps failing. 我正在尝试将应用程序发布到Windows存储,但它一直失败。 The error I receive is the following. 我收到的错误如下。 在此处输入图片说明

Could someone tell me what am I missing. 有人可以告诉我我在想什么。 There are no input fields in the first three pages to have placeholders. 前三页中没有输入字段以包含占位符。 Placeholders in the other pages aren't long. 其他页面中的占位符不长。

They mean a different definition of the word placeholder . 它们表示占位符一词的不同定义。 In this case placeholder is not meant as specifically an TextBox placeholder, but rather a non-interactive UI or incomplete UI . 在这种情况下, 占位符并不专门指TextBox占位符,而是非交互式UI不完整的UI

To give you an example of such placeholder - suppose you are building a restaurant recommendation app and you want to have a navigation feature there which will display a map that will show the user's current location and target location. 给您一个这样的占位符的示例-假设您正在构建一个餐厅推荐应用程序,并且希望在那里具有导航功能,该导航功能将显示一个地图,该地图将显示用户的当前位置和目标位置。 You want to release a beta version of your app to testers but don't have this map implemented yet. 您想将测试版的应用发布给测试人员,但尚未实现此地图。 So a placeholder would be if you placed a static image (screenshot) of a map in place where the active map control will be so that the tester sees what the UI will look like when finished, but otherwise the feature is missing. 因此,一个占位符是,如果你在一个地方的地图放置静态图片(截图)在活动地图控制将使得测试者看到用户界面会是什么样的时候完成,但在其他方面的功能缺失等。

In your case you should check if the first three pages actually work the way user expects or if they are not looking "as if they should do something" while they don't. 在您的情况下,您应该检查前三个页面是否按照用户期望的方式实际工作,或者在没有浏览时看起来“好像他们应该做某事”。 If you are unsure what to do, post more details about what the app does and what is in these three pages. 如果不确定要做什么,请在这三个页面中发布有关应用程序功能和功能的更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM