Unable to save push notification. Your application is closed and notification is received os, if the user clicks ok, os will open your application.
What you can do is to save all notifications on your server and when you open the application, synchronize local data with the server data.
source
share