Search code examples
iosuilocalnotification

In UI Local notifications maximum number of characters allowed


Maximum number of characters allowed in alertBody of UILocalNotification?


Solution

  • There is no explicit limit for the alertBody. If the text is longer than the available space it will be truncated accordingly by the system. Also, please bear in mind that UILocalNotification is deprecated in iOS 10 (you will have to use UserNotifications framework).