UserNotifications local notifications limits

Hi, With iOS15, is there still a limit for how many UserNotifications can be scheduled locally on a device? A lot of places suggest that the limit is for 64 notifications at a time, and this limit has been there since UILocalNotifications were a thing. Has that changed at all? Considering that modern devices are so much more powerful than in the past, one would imagine that they should be handle more than a few local notifications in the system.

I filed a Radar for this 5 years ago, which was changed to this Feedback Request: FB5978935

Hello, i recently built an app, which uses notifications, and for iOS 14! The limit was still there, so i guess in iOS 15 it's the same.

I think the best way to tackle this limit, is to reschedule them every time the user opens the app, and remember repeated notifications count as one.

UserNotifications local notifications limits
 
 
Q