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:
- phone receives toast server, user taps toast
- application_activated event
- onnavigatedto (old page pre-tombstone)
- 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
Post a Comment