I want to execute a Function when user receives Local Notification
not when user clicks the Notification
. I have saved data in core data
and I have to update column taking identifier from local notifcation
when the app is terminate
not in the background mode
. Is it possible to do that when app is terminate or not? If possible then how do I do that?
Would love to hear your opinions from you guys. Thankyou.