Search code examples
iosapple-push-notificationsnotificationcenter

How to control number of APN entries in the Notification Center


Currently I have an application that receives remote APN. I know that you can cancel specific or all local notifications. However, is there any way to control how many entries in the Notification Center? (Notification Center being the pull-down menu)

Thank you!


Solution

  • The user can control the number of notifications that can show up in Notification Center for each app, in Settings/Notifications.

    As a developer, the only way you can control the number of notifications that show up in Notification Center is by controlling the number of notifications you send.