From f9039fc8e5de7ac29b033dcda4e2d8ccc9adfd34 Mon Sep 17 00:00:00 2001 From: Hamza Kashif <96538947+hamza157kashif@users.noreply.github.com> Date: Sun, 3 Sep 2023 00:40:34 +0500 Subject: [PATCH] Update README.md Added limitations(count limit) related to locally triggered schedule notifications in iOS. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bc773e9f..ed4b736ef 100644 --- a/README.md +++ b/README.md @@ -818,4 +818,5 @@ PushNotification.checkPermissions(callback: Function) //Check permissions ```js PushNotification.getApplicationIconBadgeNumber(callback: Function) //Get badge number ``` - +## iOS Local Scheduled Notification Limitations +iOS seems to have a limit of 64 local scheduled notifications that can be active at any given time. It is also mentioned in [the official documentation](https://developer.apple.com/documentation/uikit/uilocalnotification#:~:text=Local%20notifications%20are%20primarily,and%20discards%20the%20rest.).