Is there a way in AppDelegate to get a queue of all the notification data? (Once the user opens the app).
Try this in your app delegate:
app delegate
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler