Push Token not working after build (special characters)

Hey guys currently I setted expo push notification and it’s working all correctly in development environment but when I build the app the push token is generated with some special characters and returns me error when I send the notification: (FCM: ok, google-services.json: ok)


image
I cut the special keys to be safe.

before build:

ExponentPushToken[FWd5C3FbkWrk6LnjRmweTG]

after:

ExponentPushToken[_9gw4PHgS-iUl6Ns-nb47L]

Has anyone had this problem?

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