Hi,
I am trying to use a Local Notification Action to update my app while it's terminated. I am just trying to update data when the Local Notification triggers.
The documentation that I reviewed mentions to use 'didFinishLaunchingWithOptions,' but from what I understand this only works for Push / Remote Notificaitons. So, I am using 'UNUserNotificationCenter, didReceive...' to work with Action. The UNUserNotificationCenter/didReceive works great if the app is in the background / running.
If its possible, how do I launch / run a background process when the user clicks on an Action trigger?
Thank you in advance,
I am trying to use a Local Notification Action to update my app while it's terminated. I am just trying to update data when the Local Notification triggers.
The documentation that I reviewed mentions to use 'didFinishLaunchingWithOptions,' but from what I understand this only works for Push / Remote Notificaitons. So, I am using 'UNUserNotificationCenter, didReceive...' to work with Action. The UNUserNotificationCenter/didReceive works great if the app is in the background / running.
If its possible, how do I launch / run a background process when the user clicks on an Action trigger?
Thank you in advance,