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
According to Apple's iOS Developer Library, it's 32 bytes, as Philip said.
Here's a link to their page on "Local and Push Notification Programming," which may include other helpful information on the subject.
https://developer.apple.com/library/mac/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/Introduction.html