maximum number of characters allowed in UILocalNotification

IN UILocalNotifications maximum number of characters allowed in alert Body?

Replies

Hi,


You should use the framework UserNotifications.


The body is of type String, I guess you can make it as long as you want.

The actual displayed body text will only show two lines on the screen of your device.

If your body texts is longer than two lines,

three dots (...) will be displayed at the end of the second line.


Have fun,

Joris