Replies: 1 comment 2 replies
-
This is a FCM token, my guess is Amazon Push service is expecting an APNs token rather than an FCM token. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get device push token, by using method:
_firebaseMessaging.getToken()
As a result i getting string like:
"fUG5dIcN_pA:APA91bEciRwWuvTIezAKcJ5y1xz5z6BygE3YJkywdCGCFJD93NTfjARwPRommwgsfvVo2iH_qZWT7D2Lxnc69uanato1UUq-nLl5R1L0qF4exT7zjM9Wdy9Evs6h-EOBtIVv7Vv8bPE1"
When i try to use this token through Amazon Push service, i get error:
"iOS device tokens must be no more than 400 hexadecimal characters"
However when im use same token in the Firebase FCM console - the token work just fine.
So as i understand there some different format of token should be.
Anybody else stuck with this issue?
Beta Was this translation helpful? Give feedback.
All reactions