Expo Token Size and Characters

Maybe someone here has this info:
for Expo TOKEN we have this: ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]
where xxxxx are the Character Received:

  1. Anyone know the Estimated Size for xxxxxx?

  2. And what Charactares will come? ej: Are we going tp receive this Characters as part of the token: = & ? " ’
    or there are especific characters for the token.

1 Like

To be safe, its probably smart to leave room for the thing to change and get longer – probably reserve 64 chars or something for Expo push tokens. And you probably don’t want to make too many assumptions about what characters will be in them but here is the current format:

https://github.com/expo/ntid/blob/master/src/ntid.js

It will be 22 characters from this list of chars inside ExponentPushToken[]:
'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_'

Perfect!!!

Thank for the Info

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.