What is the maximum length of a Push Notification alert text?

后端 未结 11 1281
北海茫月
北海茫月 2020-11-30 16:28

What is the maximum length of the alert text of an iOS push notification?

The documentation states that the notification payload has to be under 256 bytes in total,

11条回答
  •  鱼传尺愫
    2020-11-30 17:22

    According to updated Apple document (check my answer date):

    "... When using the HTTP/2 provider API, maximum payload size is 4096 bytes. Using the legacy binary interface, maximum payload size is 2048 bytes. Apple Push Notification service (APNs) refuses any notification that exceeds the maximum size."

提交回复
热议问题