Size of iPhone device token

后端 未结 4 741
一生所求
一生所求 2020-12-18 19:12

What is the size of the device token generated by APNs (Apple Push Notification). I am trying to store device tokens on the server side in a mysql database, and would like t

4条回答
  •  感情败类
    2020-12-18 20:10

    Apple Push Notification Service Programming guide very clearly says:

    "Important: APNs device tokens are of variable length. Do not hardcode their size."

提交回复
热议问题