Skip to content

Commit 17410b7

Browse files
committed
Remove preview banners and update ms.topic
Updating topic and format to be compliant with content patterns and linter. Topic is now 100% compliant for how-to pattern.
1 parent 97ef89a commit 17410b7

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

hub/apps/develop/windows-integration/cross-device-people-api.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
22
title: Cross Device People API
33
description: Learn how third party apps can integrate with Windows People experiences with APIs to store all their contacts.
4-
ms.date: 06/18/2024
5-
ms.topic: article
4+
ms.date: 04/10/2025
5+
ms.topic: how-to
6+
# customer intent: As a Windows developer, I want to learn how to integrate my app with Windows People experiences so that I can provide a seamless experience for my users.
67
---
78

89
# Cross Device People API
910

1011
Windows is an ideal platform for third party apps to integrate their top people contacts. This integration enables users to interact with the personas for various people experiences. Windows now provides third party WinUI 3, UWP, and other apps with [package identity](/windows/apps/desktop/modernize/package-identity-overview) with APIs to store all their contacts.
1112

12-
> [!IMPORTANT]
13-
> Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
14-
15-
> [!NOTE]
16-
> Apps can try this feature as soon as it is released to the [Windows Insider Program](https://www.microsoft.com/windowsinsider/) (Beta Channel) in Windows Update settings (see [Get started with the Windows Insider Program](/windows-insider/get-started) for more information).
17-
1813
Once your apps store their contacts in Windows, users will be able to see these contact suggestions on the **Share** panel in Windows to seamlessly share with their top contacts. See [How to share files in File Explorer on Windows](https://support.microsoft.com/windows/how-to-share-files-in-file-explorer-on-windows-dcf7d3dc-40f7-111a-0c9e-a8981c4bbc32) for more information about the **Share** panel.
1914

2015
## Creating a UserDataAccount for People Contract
@@ -120,7 +115,7 @@ It's at the discretion of apps when to update the ranks of the contacts stored i
120115

121116
1. Create a new `ContactAnnotationList`. Follow the steps in the [Storing ranks for contacts](#storing-ranks-for-contacts) section to create a new annotation list and store ranks for your top contacts.
122117

123-
## See also
118+
## Related content
124119

125120
- [UserDataAccount](/uwp/api/windows.applicationmodel.userdataaccounts.userdataaccount)
126121
- [ContactStore](/uwp/api/windows.applicationmodel.contacts.contactstore)

0 commit comments

Comments
 (0)