windows phone 8 - Deep link from toast when tombstoned -


i have strange issue in windows phone 8.0 silverlight app. use toast notifications deep linking. works expected if:

  • the app open
  • the app deactivated still in memory or
  • the app closed.

however, if app in tombstoned state, doesn't work. flow expect see:

  1. phone receives toast server, user taps toast
  2. application_activated event
  3. onnavigatedto (old page pre-tombstone)
  4. onnavigatedto (deep link page)

the 4th step doesn't happen. acts user hit button , re-opened application. know push notification correct because works in other scenarios. idea cause this?


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -