You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/publish/publish-your-app/msix/resolve-submission-errors.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Review this list to help avoid issues that frequently prevent apps from getting
47
47
48
48
-[Provide any necessary info](./manage-submission-options.md#notes-for-certification) required to use your app, such as the user name and password for a test account if your app requires users to log in to a service, or any steps required to access hidden or locked features.
49
49
50
-
- Include a [privacy policy URL](./support-info.md#privacy-policy-url) if your app requires one; for example, if your app accesses any kind of personal information in any way or is otherwise required by law. To help determine if your app requires a privacy policy, review the [App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905) and the [Microsoft Store Policies](../../store-policies.md).
50
+
- Include a [privacy policy](./support-info.md#privacy-policy) if your app requires one; for example, if your app accesses any kind of personal information in any way or is otherwise required by law. To help determine if your app requires a privacy policy, review the [App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905) and the [Microsoft Store Policies](../../store-policies.md).
51
51
52
52
- Make sure that your app's description clearly represents what your app does. For help, see our guidance on [writing a great app description](./write-great-app-description.md).
Copy file name to clipboardExpand all lines: hub/apps/publish/publish-your-app/msix/support-info.md
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,26 +6,32 @@ ms.topic: article
6
6
ms.localizationpriority: medium
7
7
---
8
8
9
-
# Support info for MSIX app
9
+
# Privacy policy and support info for MSIX app
10
10
11
-
This section lets you provide info to help customers understand more about your app and how to get support.
11
+
## Privacy policy
12
12
13
-
:::image type="content" source="images/msix-support-info.png" lightbox="images/msix-support-info.png" alt-text="A screenshot showing the overview of Properties section showing support info.":::
13
+
You are responsible for ensuring your app complies with privacy laws and regulations, and for providing a valid privacy policy, if required.
14
14
15
-
### Privacy policy URL
15
+
In this section, you must indicate whether or not your app accesses, collects, or transmits any [personal information](../../store-policies.md#105-personal-information). If you answer **Yes**, a privacy policy is required. Otherwise, it is optional (though if we determine that your app requires a privacy policy, and you have not provided one, your submission may fail certification).
16
16
17
-
You are responsible for ensuring your app complies with privacy laws and regulations, and for providing a valid privacy policy URL here if required.
17
+
> [!NOTE]
18
+
> If we detect that your packages declare [capabilities](/windows/uwp/packaging/app-capability-declarations) that could allow personal information to be accessed, transmitted, or collected, we will mark this question as **Yes**, and you will be required to enter a privacy policy.
18
19
19
-
In this section, you must indicate whether or not your app accesses, collects, or transmits any [personal information](../../store-policies.md#105-personal-information). If you answer **Yes**, a privacy policy URL is required. Otherwise, it is optional (though if we determine that your app requires a privacy policy, and you have not provided one, your submission may fail certification).
20
+
If you already have a privacy policy hosted on your domain, you can directly provide that link. Otherwise, you can also provide the privacy policy text directly. The Store will use this privacy policy content for all the markets where your product is published.
20
21
21
-
> [!NOTE]
22
-
> If we detect that your packages declare [capabilities](/windows/uwp/packaging/app-capability-declarations) that could allow personal information to be accessed, transmitted, or collected, we will mark this question as **Yes**, and you will be required to enter a privacy policy URL.
22
+
:::image type="content" source="images/msix-privacy-policy.png" lightbox="images/msix-privacy-policy.png" alt-text="A screenshot showing the privacy policy options for a developer.":::
23
23
24
24
To help you determine if your app requires a privacy policy, review the [App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905) and the [Microsoft Store Policies](../../store-policies.md#105-personal-information).
25
25
26
26
> [!NOTE]
27
27
> Microsoft doesn't provide a default privacy policy for your app. Likewise, your app is not covered by any Microsoft privacy policy.
28
28
29
+
## Support info
30
+
31
+
This section lets you provide info to help customers understand more about your app and how to get support.
32
+
33
+
:::image type="content" source="images/msix-support-info.png" lightbox="images/msix-support-info.png" alt-text="A screenshot showing the support info section.":::
34
+
29
35
### Website
30
36
31
37
Enter the URL of the web page for your app. This URL must point to a page on your own website, not your app's web listing in the Store. This field is optional, but recommended.
Copy file name to clipboardExpand all lines: hub/apps/publish/publish-your-app/pwa/resolve-submission-errors.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Review this list to help avoid issues that frequently prevent apps from getting
47
47
48
48
-[Provide any necessary info](./manage-submission-options.md#notes-for-certification) required to use your app, such as the user name and password for a test account if your app requires users to log in to a service, or any steps required to access hidden or locked features.
49
49
50
-
- Include a [privacy policy URL](./support-info.md#privacy-policy-url) if your app requires one; for example, if your app accesses any kind of personal information in any way or is otherwise required by law. To help determine if your app requires a privacy policy, review the [App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905) and the [Microsoft Store Policies](../../store-policies.md).
50
+
- Include a [privacy policy](./support-info.md#privacy-policy) if your app requires one; for example, if your app accesses any kind of personal information in any way or is otherwise required by law. To help determine if your app requires a privacy policy, review the [App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905) and the [Microsoft Store Policies](../../store-policies.md).
51
51
52
52
- Make sure that your app's description clearly represents what your app does. For help, see our guidance on [writing a great app description](./write-great-app-description.md).
Copy file name to clipboardExpand all lines: hub/apps/publish/publish-your-app/pwa/support-info.md
+17-11Lines changed: 17 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,38 +6,44 @@ ms.topic: article
6
6
ms.localizationpriority: medium
7
7
---
8
8
9
-
# Support info for PWA
9
+
# Privacy policy and support info for PWA
10
10
11
-
This section lets you provide info to help customers understand more about your app and how to get support.
11
+
## Privacy policy
12
12
13
-
:::image type="content" source="../msix/images/msix-support-info.png" lightbox="../msix/images/msix-support-info.png" alt-text="A screenshot showing the overview of Properties section showing support info.":::
13
+
You are responsible for ensuring your app complies with privacy laws and regulations, and for providing a valid privacy policy, if required.
14
14
15
-
## Privacy policy URL
15
+
In this section, you must indicate whether or not your app accesses, collects, or transmits any [personal information](../../store-policies.md#105-personal-information). If you answer **Yes**, a privacy policy is required. Otherwise, it is optional (though if we determine that your app requires a privacy policy, and you have not provided one, your submission may fail certification).
16
16
17
-
You are responsible for ensuring your app complies with privacy laws and regulations, and for providing a valid privacy policy URL here if required.
17
+
> [!NOTE]
18
+
> If we detect that your packages declare [capabilities](/windows/uwp/packaging/app-capability-declarations) that could allow personal information to be accessed, transmitted, or collected, we will mark this question as **Yes**, and you will be required to enter a privacy policy.
18
19
19
-
In this section, you must indicate whether or not your app accesses, collects, or transmits any [personal information](../../store-policies.md#105-personal-information). If you answer **Yes**, a privacy policy URL is required. Otherwise, it is optional (though if we determine that your app requires a privacy policy, and you have not provided one, your submission may fail certification).
20
+
If you already have a privacy policy hosted on your domain, you can directly provide that link. Otherwise, you can also provide the privacy policy text directly. The Store will use show the privacy policy contents for all the markets where your product is published.
20
21
21
-
> [!NOTE]
22
-
> If we detect that your packages declare [capabilities](/windows/uwp/packaging/app-capability-declarations) that could allow personal information to be accessed, transmitted, or collected, we will mark this question as **Yes**, and you will be required to enter a privacy policy URL.
22
+
:::image type="content" source="../msix/images/msix-privacy-policy.png" lightbox="../msix/images/msix-privacy-policy.png" alt-text="A screenshot showing the privacy policy options for a developer.":::
23
23
24
24
To help you determine if your app requires a privacy policy, review the [App Developer Agreement](https://go.microsoft.com/fwlink/?linkid=528905) and the [Microsoft Store Policies](../../store-policies.md#105-personal-information).
25
25
26
26
> [!NOTE]
27
27
> Microsoft doesn't provide a default privacy policy for your app. Likewise, your app is not covered by any Microsoft privacy policy.
28
28
29
-
## Website
29
+
## Support info
30
+
31
+
This section lets you provide info to help customers understand more about your app and how to get support.
32
+
33
+
:::image type="content" source="../msix/images/msix-support-info.png" lightbox="../msix/images/msix-support-info.png" alt-text="A screenshot showing the support info section.":::
34
+
35
+
### Website
30
36
31
37
Enter the URL of the web page for your app. This URL must point to a page on your own website, not your app's web listing in the Store. This field is optional, but recommended.
32
38
33
-
## Support contact info
39
+
###Support contact info
34
40
35
41
Enter the URL of the web page where your customers can go for support with your app, or an email address that customers can contact for support. We recommend including this info for all submissions, so that your customers know how to get support if they need it. Note that Microsoft does not provide your customers with support for your app.
36
42
37
43
> [!IMPORTANT]
38
44
> The **Support contact info** field is required if your app or game is available on Xbox. Otherwise, it is optional (but recommended).
39
45
40
-
## Phone number and address info
46
+
###Phone number and address info
41
47
42
48
Enter Phone number, Address, Apartment / Suite, City, State / Province, Country and Postal code so customers can reach out to you in case of any concern or dispute.
0 commit comments