In my iphone application, I want to store all the push notifications that a device receives and then display it in table.
I also want to show the number of notifications received till now on application icon.
Is this possible?
Can anyone please help?
Thanks.
You can not store push notification. Your app is closed and the notification are received by the os, if the user press ok button the os will open your application.
What you can do is to keep all the notification on your server and when the app is open sync your local data with the server data.