在 UI 本地通知中允许的最大字符数

In UI Local notifications maximum number of characters allowed

UILocalNotificationalertBody 中允许的最大字符数?

alertBody 没有明确的限制。如果文本比可用的 space 长,系统将相应地截断它。另外,请记住 UILocalNotification 在 iOS 10 中已弃用(您将不得不使用 UserNotifications 框架)。