When I'm using the Push API does anyone know which field to add to the 'toast' section of the wns payload (http://docs.urbanairship.com/api/ua.html#windows-8) to get a deep link URL passed to a Windows 8/10 app?
The use case I need is tapping on a notification while the app is not running and having it launch a certain page based on the deep link URL. Ideally the deep link data would be available in the 'argument' field of the App's on launch event, or if one of the PushManager.Shared event handlers get hit after the app launches.
Comments
1 comment