Change state when user selects notification from iOS Notification Center in Cordoba

I am trying to open an iOS / Ionic / Cordova application in a specific message / state (subject to identifier) ​​when a user clicks on a push message notification in the notification center. Is there any way to say using Cordoba if the application was opened through the notification center?

+2
source share
1 answer

From docs, the callback is the entry point for your notification. Any calls you make (or the variables you set) inside the callback will be possible only if the application was opened through the notification center

+1
source

Source: https://habr.com/ru/post/1526539/


All Articles