immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.43k stars 454 forks source link

Token length is not statically 64 anymore #157

Closed isayeter closed 3 years ago

isayeter commented 6 years ago

https://github.com/immobiliare/ApnsPHP/blob/f7c9c2c29e413a65d3580421bf3bb4809fd671e2/ApnsPHP/Message.php#L78

We see some users 108 char length push token in our database. So I think we must change this line.

hamidrezabstn commented 6 years ago

accordin to Apple Doc :

Important APNs device tokens are of variable length. Do not hard-code their size.

so i made a pull request for this issue!