PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync(String) | createPushNotificationChannelForApplicationAsync(String) method
Creates an object, bound to a specified app, through which you retrieve a push notification channel from Windows Push Notification Services (WNS). The specified app must be in the same package as the calling app.
Syntax
Windows.Networking.PushNotifications.PushNotificationChannelManager.createPushNotificationChannelForApplicationAsync(applicationId).done( /* Your success and error handlers */ );
Parameters
- applicationId
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
The Package Relative Application ID (PRAID) of the app to bind to the push notification channel.
Return value
Type: IAsyncOperation<PushNotificationChannel>
The object, bound to the app specified in applicationId, that is used to request a PushNotificationChannel from the WNS.
Remarks
Tile update, toast, and badge notifications that arrive on this channel are delivered to the app's main or default tile.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- PushNotificationChannelManager
- CreatePushNotificationChannelForApplicationAsync
- Push notification overview
- Push and periodic notifications sample
- Quickstart: Sending a tile push notification
- Quickstart: Sending a toast push notification
- How to update a badge through push notifications
- How to authenticate with the Windows Push Notification Service (WNS)
- How to request, create, and save a notification channel
- Guidelines and checklist for push notifications
- Push notification service request and response headers
Build date: 12/4/2012
