Skip to content

Commit c74ed31

Browse files
Merge pull request #5456 from MicrosoftDocs/main
Merge latest changes in windows-dev-docs-pr from main to live
2 parents 5fc13ef + a8b5a27 commit c74ed31

File tree

7 files changed

+36
-24
lines changed

7 files changed

+36
-24
lines changed
Loading
Loading

hub/apps/publish/publish-your-app/msix/resolve-submission-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Review this list to help avoid issues that frequently prevent apps from getting
4747

4848
- [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.
4949

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).
5151

5252
- 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).
5353

hub/apps/publish/publish-your-app/msix/support-info.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,32 @@ ms.topic: article
66
ms.localizationpriority: medium
77
---
88

9-
# Support info for MSIX app
9+
# Privacy policy and support info for MSIX app
1010

11-
This section lets you provide info to help customers understand more about your app and how to get support.
11+
## Privacy policy
1212

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.
1414

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).
1616

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.
1819
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.
2021

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.":::
2323

2424
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).
2525

2626
> [!NOTE]
2727
> Microsoft doesn't provide a default privacy policy for your app. Likewise, your app is not covered by any Microsoft privacy policy.
2828
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+
2935
### Website
3036

3137
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.

hub/apps/publish/publish-your-app/pwa/resolve-submission-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Review this list to help avoid issues that frequently prevent apps from getting
4747

4848
- [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.
4949

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).
5151

5252
- 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).
5353

hub/apps/publish/publish-your-app/pwa/support-info.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,44 @@ ms.topic: article
66
ms.localizationpriority: medium
77
---
88

9-
# Support info for PWA
9+
# Privacy policy and support info for PWA
1010

11-
This section lets you provide info to help customers understand more about your app and how to get support.
11+
## Privacy policy
1212

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.
1414

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).
1616

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.
1819
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.
2021

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.":::
2323

2424
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).
2525

2626
> [!NOTE]
2727
> Microsoft doesn't provide a default privacy policy for your app. Likewise, your app is not covered by any Microsoft privacy policy.
2828
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
3036

3137
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.
3238

33-
## Support contact info
39+
### Support contact info
3440

3541
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.
3642

3743
> [!IMPORTANT]
3844
> The **Support contact info** field is required if your app or game is available on Xbox. Otherwise, it is optional (but recommended).
3945
40-
## Phone number and address info
46+
### Phone number and address info
4147

4248
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.
4349

hub/apps/publish/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ items:
3333
href: publish-your-app/msix/enter-app-properties.md
3434
- name: Set category and subcategory
3535
href: publish-your-app/msix/categories-and-subcategories.md
36-
- name: Provide support info
36+
- name: Provide privacy policy and support info
3737
href: publish-your-app/msix/support-info.md
3838
- name: Product declarations
3939
href: publish-your-app/msix/product-declarations.md
@@ -145,7 +145,7 @@ items:
145145
href: publish-your-app/pwa/enter-app-properties.md
146146
- name: Set category and subcategory
147147
href: publish-your-app/pwa/categories-and-subcategories.md
148-
- name: Provide support info
148+
- name: Provide privacy policy and support info
149149
href: publish-your-app/pwa/support-info.md
150150
- name: Product declarations
151151
href: publish-your-app/pwa/product-declarations.md
@@ -409,4 +409,4 @@ items:
409409
- name: Microsoft Store complaint and appeal statistics
410410
href: store-policies.md#microsoft-store-complaint-and-appeal-statistics
411411
- name: Raise a support ticket
412-
href: contact-us.md
412+
href: contact-us.md

0 commit comments

Comments
 (0)