Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向我们的应用程序发送推送通知。我想知道下拉通知中心时可以显示的最大字符长度(我知道有效负载最多为 256 个字节,但字符似乎在一定数量的字符后被截断。另外,我知道AlertView 最多可以有 107 个字符。我在通知中心要求限制)。
绕过这个限制的其他方法,这是使用
锁定键
本地参数
APNS的特点。
请参阅此处的本地化格式化字符串块