From 2f20bd7473a1bcb6eac2e485ced7224e2a75baef Mon Sep 17 00:00:00 2001 From: Raghav Katyal Date: Tue, 21 Jul 2015 11:49:12 -0700 Subject: [PATCH] Updating Readme to document toast capable setting --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 538ff9313..078b0d7a7 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,11 @@ The count is present only for the badge notification in which it represent the v For advanced templates and usage, the notification object is included in [`data.additionalData.pushNotificationReceivedEventArgs`](https://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.pushnotifications.pushnotificationreceivedeventargs). +## Setting Toast Capable Option for Windows + +For your app to communicate through a toast notification, you must declare that it is Toast Capable in your app's manifest file. Cordova-windows 4.0.0 release adds this property to config.xml. You can use: +`` in config.xml. However, you will need Cordova 5.1.1 which pins Cordova-windows 4.0.0. + ## Native Requirements - There should be no dependency on any other plugins.