I’m trying to set up push notifications using the Mobile Notifications package and the device token the AuthorizationRequest returns is a string in the format of:
“token: {length = 32, bytes = 0x19c7c350 a739089f e55e1f66 1d5ee3ad … 5511a9b6 83b3660a }”
I’m confused as there’s missing bytes as shown by the “…” in the returned string. I’d assume it was just shortening it for readability in the logs but when uploaded to my server and stored in a database it is still displayed as above. Can anyone clue me in as to what the deal is here? Am I losing bytes somewhere?
1 Like
The same problem.
Same issue
Which version of iOS and Mobile Notifications package do you use?
What you describe looks very much like this:
And notifications package seems to have correct decoding for at least a couple of years.