Is there a way to convert the ExpoPushToken to the raw APN?

I’ve decided to move away from Expo but I have 50.000+ ExpoPushTokens (across multiple apps) received from the users so I’m looking for a way to automatically convert them into APN tokens (all of the users are on iOS devices)

Any solution or similar question to mine talks about getting it directly from the standalone app, but this is something that I don’t want to do since I would need to redeploy all the apps (10+) with the updated code.

I’ve tried to use expo-server-sdk in Node.js and look for any detail in the push tickets but seems that only the id and success state are sent back.

Is anyone aware of any possible solutions?

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