Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Updated Readme.md included iOS limitation #2381

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.).