I am sending APNS push notifications to my app using the Pinpoint JS SDK. I'm trying to enable sending a deep link to open a specific page of the app when the user taps the notification.
According to the docs I should be passing Action: "DEEP_LINK"
however it doesn't say where to specify my link. There is a Url
attribute, but that is labeled expressly for use with Action: "URL"
, not DEEP_LINK
.
Where do I configure the deep link for push notification?
Even though it is not stated clearly in the docs, configuring the DEEP LINK
in the Url
attribute is the correct way.