由于支持触摸屏,认证失败 [英] Certification failed because of touch screen support

查看:94
本文介绍了由于支持触摸屏,认证失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我们的Windows商店应用因此失败认证:


应用政策: 10.1不准确的表示


该应用程序不适用于触摸输入,并且元数据页面中未公布此类限制。



不幸的是,我不确定如何找到元数据页面来纠正这个问题。我在Visual Studio中到处都是,但它似乎并不存在。我也查看了仪表板,但它似乎只是让你填写的设备 - 支持相当于
而不是那些。我只是需要以某种方式将它放在应用程序描述中吗?


谢谢,


Tony

解决方案

可能只在清单中支持桌面


<依赖关系> 
< TargetDeviceFamily Name =" Windows.Desktop" MINVERSION = QUOT; 10.0.x.0" MaxVersionTested = QUOT; 10.0.y.0" />
< /依赖关系>

https://msdn.microsoft.com/en-us/library/windows/apps/dn986903.aspx


Hi,

Our Windows Store app failed certification for this reason:

App Policies: 10.1 Inaccurate Representation

The app is not usable with touch input and no such limitation is disclosed in the metadata page.

Unfortunately I'm not sure how to find the metadata page to correct this. I've looked everywhere in Visual Studio but it doesn't appear to be there. I've also looked on the Dashboard but it only seems to let you fill in devices that -are- supported rather than ones that aren't. Do I just need to put this in the app description somehow?

Thanks,

Tony

解决方案

Maybe in the manifest only support desktop

<Dependencies>
	<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.x.0" MaxVersionTested="10.0.y.0"/>
</Dependencies>

https://msdn.microsoft.com/en-us/library/windows/apps/dn986903.aspx


这篇关于由于支持触摸屏,认证失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆