0

I published a Windows 10 app in Store, and I am using the default appxmanifest file. Problem is - on the app store page Touch is listed in System Requirements/Minimum, which can mislead users (especially on desktops): the app does not require touch, you can do everything with mouse.

How do I (if possible), specify, that Touch is not required?

Zhendong Wu - MSFT
  • 1,769
  • 1
  • 8
  • 10
LOST
  • 2,956
  • 3
  • 25
  • 40

1 Answers1

4

How do I (if possible), specify, that Touch is not required?

When you create your new submission in Dev Center, you could uncheck the Minimum hardware for TouchScreen feature under System Requirements in Property and you could check Mouse if you want customer to know it's needed: enter image description here

After your new submission passes certification, your Store listing will be changed so that customers on devices without a touch screen will not see a warning if they try to download your app.

Zhendong Wu - MSFT
  • 1,769
  • 1
  • 8
  • 10