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
Apple Push Notification Service Programming guide very clearly says:
"Important: APNs device tokens are of variable length. Do not hardcode their size."