iPhone Push Notification Character Limit

前端 未结 3 1287
死守一世寂寞
死守一世寂寞 2020-12-13 18:48

I\'m brand new to IOS push notifications. I have been reading about them and can\'t seem to find this information anywhere. I have read that the size limit on a push notif

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 19:17

    The above is all fairly unclear, because 'include' can mean "it is already included" or "you must include it". To be very clear, the device ID is 'metadata', not part of the payload, and does not come out of your 256 character budget. The other APS overhead (standard payload dictionary), though, is.

    Source: the above documentation plus experimentation to verify.

提交回复
热议问题