arashnorouzi / Moon-APNS

A free open source c# library for sending Apple Push Notifications in any .net application.
http://arashnorouzi.wordpress.com
90 stars 45 forks source link

Device token should be a variable length byte array #8

Open MikeWeller opened 12 years ago

MikeWeller commented 12 years ago

The device token should be a variable length byte array. At the moment it is hard coded as a 32 bytes, but this could change.

The interface should also accept a byte[] for the device token. Any encoding/decoding should be done at a higher level.