Questions
Device Info apnsToken in different format
over 1 year ago by Rafael Cuevas
Hello,
Based on your documentation, getting the device info should provide the apnsToken in iOS devices in this format:
apnsToken: '<xxxxxxxx xxxxxxxx xxxxxxxx ... >', // only on iOS
However we are getting something like this:
IWIextqVBGOjA2ohZqGn3V7ZCElx7PS626AAgRS3iV4=
It seems to be encoded in BASE64 or similar, but we are not being able to decode it properly.
Can you help us to decode the token?
Thank you very much!
Regards