4

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?

Fook
  • 5,320
  • 7
  • 35
  • 57

1 Answers1

2

Even though it is not stated clearly in the docs, configuring the DEEP LINK in the Url attribute is the correct way.

David Perez
  • 478
  • 5
  • 17