I have been using TBP notifications for displaying some texts in the body of the notification in a flashcard workflow but the longer ones are getting truncated. Saw this in native notifications too, is this a general ios limitation? how many characters is the limit? Thanks!
This will be an OS limitation set by the notification framework.
I don’t see the maximum length explicitly specified in the docs, but presumably you can just count the characters in a notification that gets truncated.
https://developer.apple.com/documentation/usernotifications/unmutablenotificationcontent
1 Like