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/msi/support-info.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -6,28 +6,28 @@ ms.topic: article
6
6
ms.localizationpriority: medium
7
7
---
8
8
9
-
# Support info for MSI/EXE app
9
+
# Privacy policy and support info
10
10
11
-
This section lets you provide info to help customers understand more about your app and how to get support.
12
-
13
-
:::image type="content" source="images/msiexe-support-info.png" lightbox="images/msiexe-support-info.png" alt-text="A screenshot of the Properties section where you can provide support info for your app.":::
11
+
## Privacy policy
14
12
15
-
## Does this product access, collect or transmit personal information (data that could be used to identity a person)?
13
+
You are responsible for ensuring your app complies with privacy laws and regulations, and for providing a valid privacy policy, if required.
16
14
17
-
_Required_
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.
18
16
19
-
You are responsible for ensuring your app complies with applicable privacy laws and regulations, and for providing a valid privacy policy URL here if required.
17
+
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
18
21
-
In this section, you must indicate whether your app accesses, collects, or transmits any [personal information](../../store-policies.md#105-personal-information). If you answer Yes, a privacypolicy 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).
19
+
:::image type="content" source="images/msiexe-privacy-policy.png" lightbox="images/msiexe-privacy-policy.png" alt-text="A screenshot showing the privacy policy options for a developer.":::
22
20
23
21
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).
24
22
25
23
> [!NOTE]
26
-
> Microsoft does not provide a default privacy policy for your app, and your app is not covered by any Microsoft privacy policy.
24
+
> Microsoft doesn't provide a default privacy policy for your app. Likewise, your app is not covered by any Microsoft privacy policy.
27
25
28
-
## Privacy policy URL
26
+
## Support info
29
27
30
-
_Required only if you answered yes to the previous question_
28
+
This section lets you provide info to help customers understand more about your app and how to get support.
29
+
30
+
:::image type="content" source="images/msiexe-support-info.png" lightbox="images/msiexe-support-info.png" alt-text="A screenshot of the Properties section where you can provide support info for your app.":::
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/release-notes-archive/stable-channel-1.6.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,22 @@ The stable channel provides releases of the Windows App SDK that are supported f
24
24
> [!NOTE]
25
25
> The Windows App SDK Visual Studio Extensions (VSIX) are no longer distributed as a separate download. They are available in the Visual Studio Marketplace inside Visual Studio.
26
26
27
+
### Version 1.6.8 (1.6.250430001)
28
+
29
+
This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.6 release.
30
+
31
+
#### ApplicationData.MachinePath folder creation support
32
+
33
+
ApplicationData.MachineFolder is now easier to use on Windows >=10.0.26100.0 (Ge). Windows will [create the Machine folder](https://github.com/microsoft/WindowsAppSDK/blob/main/specs/applicationdata/ApplicationData.md#343-machine-path-creationdeletion) when a [package manifesting opt-in support](https://github.com/microsoft/WindowsAppSDK/blob/main/specs/applicationdata/ApplicationData.md#342-manifested-opt-in) is added to a system if WinAppSDK 1.6.8 is present on the system. For more details see the [ApplicationData spec](https://github.com/microsoft/WindowsAppSDK/blob/main/specs/applicationdata/ApplicationData.md).
34
+
35
+
#### Bug Fixes
36
+
37
+
- Fixed PackageDeploymentManager telemetry to properly capture when completion status. For more info, see GitHub issue [#5297](https://github.com/microsoft/WindowsAppSDK/pull/5297).
38
+
- Fixed a crash when using pen input on an x86 app.
39
+
- Fixed a potential crash if the window is already destroyed when WinUI is attempting to initialize for scrolling.
40
+
- Fixed the WINDOWSAPPSDK_RELEASE_PATCH define and Microsoft::WindowsAppSDK::Release::Patch values in WindowsAppSDK-VersionInfo.h to not always be 0. The define is now the yymmdd date of the build, and the Patch value is the mmdd date. This change provides better runtime information on the version being used without changing any variable sizes or the version scheme.
41
+
42
+
27
43
### Version 1.6.7 (1.6.250402001)
28
44
29
45
This is a servicing release of the Windows App SDK that includes critical bug fixes for the 1.6 release.
0 commit comments