windows phone 7 - Resume app when tapping a received toast notification -


When a user taps received toast notifications, then I am trying to open my app. Setup server to post:

    

When my app is in the background (or completely closed), I'm getting a notification as expected, but when I tap the notification it will open the app only and my The main page will run. / P>

Instead, I like this:

  • If the app is off & gt; Open home page (as it happens now)
  • In the background app = & gt; Resume App

    I have also tried with a full url on a page along with the "wp: Param" argument (which I do not want) and From the beginning "?" (To indicate that the parameter should be transferred to the main page)

    The way the internal mechanism works, when calling from a toast, the app is always a Launch in the new instance.

Comments