Create Expo Push Token through my own server

There is no access to Expo in my country, specifically to https://exp.host domain.

So I wonder if could be possible to create the push token through my own server?

Maybe allowing to change the url https://exp.host/--/api/v2/push/getExpoPushToken by my own server url and then I forward that request to the Expo host.

Regards,
Yosmany

which country are you from?

I’m from Cuba.

Maybe the restriction is related to Google Cloud.

I’m calling https://exp.host/--/api/v2/push/getExpoPushToken from my own server, with the proper json info: deviceId, experienceId, appId, deviceToken, type, development. It was working until today, buy now I’m receiving a 504 Gateway Time-out response.

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