Ionic 3 - Deep Linked Push Notifications

Hi,

I am looking for some reference to handle push notifications that require deep linking action. I am using Ionic3 Navigation (with IonicPage) and all my pages are deep linking enabled. With this, all urls /page1, /page2 are all directly accessible when I hit them from the browser.

Now, if my app receives a Push that has deep link URL in the payload - How do I handle it so that the respective page (from the deeplink) loads?

Is there a need to use the ionic native deeplink plugin? My assumption was IonicPage by default enables deep linking capabilities. For the deeplinking to work from the Push Notifications - Should I be doing something different?

Thanks
Anu

1 Like

@anuinnbuilt Do you find some guide about this topic?

do you find something?