Wednesday, 15 August 2012

c# - How to receive toast notifications when the application is closed in windows phone 8 -


I've developed an MVVM window phone application that has toast notification capability in my application's navigation sequence login page -> home page -> message page The message page is where all the notifications will be displayed. When the application stops and when toast notification is received, the message page will be opened and the user will be shown.

When an application stops and when I click on any one, only the instant message text is displayed to them.

When I closed the application, and when a user clicks on a toast message, how are all toast messages displayed? If this is not possible, then can I use it so that I can not remember any of those messages?


No comments:

Post a Comment