I am trying to create platform endpoint in amazon sns
from the console.
Below is the device token which I received from FCM/APNs
:
fUG5dIcN_pA:APA91bEciRwWuvTIezAKcJ5y1xz5z6BygE3YJkywdCGCFJD93NTfjARwPRommwgsfvVo2iH_qZWT7D2Lxnc69uanato1UUq-nLl5R1L0qF4exT7zjM9Wdy9Evs6h-EOBtIVv7Vv8bPE1
I am getting an error: iOS device tokens must be no more than 400 hexadecimal characters.looks like APNs has sent token in string format and Amazon is expecting it in hexadecimal chars.