I'm using Worklight 6.1 and sending push notifications to Windows Phone 8 using unauthenticated procedure.
I am creating the notification by using the following procedure. This procedure updates the tile and badge but doesn't generates a toast notification:
WL.Server.createDefaultNotification(notificationText, badgeDigit, {custom:"data"});
- What is the correct procedure for adding a "toast" to a received push notification on Windows Phone 8?
- Also, is there any way to clear the notification on the tile once the application is launched by clicking it?