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/develop/feeds/feed-providers.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,19 @@ ms.localizationpriority: medium
13
13
14
14
The feed providers feature in the Windows App SDK is a new integration point for third-party applications. It enables these applications to register their content feeds to be directly available within the Windows Widgets Board, enhancing the user experience by providing quick access to a variety of content directly from the desktop.
15
15
16
-
This article introduces the concept of feed providers and provides a high-level explanation the feature. Detailed implementation guidance will be published in a future update.
16
+
This article introduces the concept of feed providers and provides a high-level explanation the feature.
17
+
18
+
For detailed guidance on how to implement a feed provider, see these articles below:
19
+
20
+
-[Implement a feed provider in a C# Windows App](/windows/apps/develop/feeds/implement-feed-provider-cs)
21
+
22
+
-[Implement a feed provider in a win32 app (C++/WinRT)](/windows/apps/develop/feeds/implement-feed-provider-win32)
23
+
24
+
-[Feed provider package manifest XML format](/windows/apps/develop/feeds/feed-provider-manifest)
17
25
18
26
Feeds in the Widgets Board helps users stay on top of what matters, enabling them to easily discover useful information and empowering them to act on it. Feed providers enable users to see content from multiple apps and services at the same time. Users can access content from various apps directly on their Widgets Board without the need to open individual apps, ensuring they have the latest information at their fingertips. Users also have the control to enable or disable feeds from the Widgets Board settings, tailoring the content to their preferences.
19
27
20
-

Copy file name to clipboardExpand all lines: hub/apps/get-started/windows-developer-faq.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,9 @@ sections:
27
27
questions:
28
28
- question: Where can I find a straightforward overview of Windows development technologies?
29
29
answer: |
30
-
See [An overview of app development options](./index.md).
30
+
For a great review of today's options for Windows developers, watch the most recent [Windows Dev Chat](https://youtube.com/playlist?list=PLI_J2v67C23bxTffW4XewbUEAOfSVZkrk&si=uARk7gCetDMnrxkJ) episode, [Choosing your ideal dev platform](https://www.youtube.com/live/4PJBJ8GICjM?si=T1uu4Dm8UKdf6lGn), where they discuss WinUI, .NET MAUI, React Native, Blazor, and Progressive Web Apps (PWAs).
31
+
32
+
You can also refer to the [overview of app development options](./index.md) for Windows developers.
31
33
- question: Why is client app development still crucial for modern digital transformation in the era of cloud services?
32
34
answer: |
33
35
In the age of cloud services, client app development remains a critical component of modern digital transformation. For developers, building client applications is essential not just for reach but for delivering responsive, meaningful interactions on user devices.
Copy file name to clipboardExpand all lines: hub/apps/publish/send-push-notifications-to-your-apps-customers.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ ms.localizationpriority: medium
9
9
---
10
10
# Send notifications to your app's customers
11
11
12
+
> [!IMPORTANT]
13
+
> Push Notifications in Partner Center were formally deprecated at the end of December 2024. For an alternative notification experience, see [Microsoft Azure Notification Hubs](/azure/notification-hubs).
14
+
12
15
Engaging with your customers at the right time and with the right message is key to your success as an app developer. Notifications can encourage your customers to take an action, such as rating an app, buying an add-on, trying a new feature, or downloading another app (perhaps for free with a [promotional code](generate-promotional-codes.md) that you provide).
13
16
14
17
[Partner Center](https://partner.microsoft.com/dashboard) provides a data-driven customer engagement platform you can use to send notifications to all of your app's customers, or only targeted to a subset of your app's Windows 10 or Windows 11 customers who meet the criteria you’ve defined in a [customer segment](create-customer-segments.md). You can also create a notification to be sent to customers of more than one of your apps.
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/use-windows-app-sdk-in-existing-project.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ If you have a desktop project in which you want to use the Windows App SDK, then
26
26
1. Open an existing project in Visual Studio.
27
27
28
28
> [!NOTE]
29
-
> If you have a C# desktop project, then make sure that the **TargetFramework** element in the project file is set to a Windows 10-specific moniker (such as **net6.0-windows10.0.19041.0**) so that you can call Windows Runtime APIs. For more info, see [Call Windows Runtime APIs in desktop apps](../../apps/desktop/modernize/desktop-to-uwp-enhance.md#net-6-and-later-use-the-target-framework-moniker-option). Additionally, you must be targeting **18362** or later, since there's a known issue blocking apps that target **17763** (see [Build errors when using TFM of 17763](https://github.com/microsoft/WindowsAppSDK/issues/921) on GitHub).
29
+
> If you have a C# desktop project, then make sure that the **TargetFramework** element in the project file is set to a Windows 10-specific moniker (such as **net6.0-windows10.0.19041.0**) so that you can call Windows Runtime APIs. For more info, see [Call Windows Runtime APIs in desktop apps](../../apps/desktop/modernize/desktop-to-uwp-enhance.md#net-6-and-later-use-the-target-framework-moniker-option).
30
30
31
31
2. Make sure that [package references](/nuget/consume-packages/package-references-in-project-files) are enabled:
0 commit comments