Although this is not officially documented, testing shows that UNNotificationRequest retains a limit of 64 notifications.
However, importantly, the way they work with the notification queue has changed. If there are more than 64 notifications:
UILocalNotification will store 64 speedy notificationsUNNotificationRequest stores the last 64 sets of notifications
This may be a mistake and is documented on this radar .
source share