Is it possible in iOS to access the stored APNS Notifications, regarding to my app, on runtime?
I know, I should use the application:didFinishLaunchingWithOptions: and/or the application:didReceiveRemoteNotification methods, but I want to read out the already stored notifications.
The app should not be published in the AppStore, so i could also use private APIs.
Best Regards, Patrick