IPhone: saving and displaying push notifications

In my iphone application, I want to save all the push notifications that the device receives and then display them in a table.

I also want to show the number of notifications received so far by the application icon.

Is it possible?

Can anybody help?

Thank.

+3
source share
1 answer

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.

+4
source

All Articles