I'm going through the Windows Phone test suite before submitting my app to the Windows store.

The guidelines have the following section:

Requirement - 5.4.1 - Malicious software screening

Requirement Text - The app must be free of viruses, malware, and any malicious software. -

Test Steps -

  1. Launch your app.

  2. Scan the app for malware.

  3. Verify that there are no viruses, malware or malicious software in the app.

What does "Scan your app for malware" mean? Is there some tool I'm supposed to use to scan the app for malware? The document contains no link to such tool and a google search and MSDN search did not yield much results.

有帮助吗?

解决方案

I can't speak on behalf of MS but I imagine that the malware tools used internally aren't available outside. Having said that, you could still run scans using programs like MalwareBytes or Microsoft Security Essentials on your XAP file itself and/or rename XAP to ZIP and unzip it to scan the files individually. Viruses stored within the XAP file could be read in by an app and then spread onto other platforms (even if it doesn't affect the phone itself. The requirements may be discussing that.

If your app isn't doing anything suspicious and doesn't use unsupported APIs, I personally wouldn't worry too much. Whilst there may be some false positives sometimes, I'm not aware of any particular tool that this section of the requirements specifically refers to.

Edit - I was reminded that there is a Store Test Kit but I didn't initially post that as it doesn't specify that it does a malware check. Good idea to run it nevertheless.

[What Store Kit Tells You]

Whether the XAP file meets size requirements and whether the app manifest file is valid.

Whether a Direct3D app that targets Windows Phone 8 uses APIs that are not allowed on the phone.

Whether a background agent app uses APIs that are not allowed with background agents.

What capabilities the app uses (for apps that target Windows Phone OS 7.1 only).

Whether the specified images and screenshots meet certification requirements.

Whether the app icon and background image used in the app meet certification requirements.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top