-
-
Couldn't load subscription status.
- Fork 631
Open
Labels
Description
According to this developer document, apple device tokens can be variable in length:
"APNs device tokens are of variable length. Do not hard-code their size."
However, this line fails validation if the token is anything but 64 or 200 characters in length: https://github.com/jazzband/django-push-notifications/blob/master/push_notifications/api/rest_framework.py#L54
pzal