What happens to existing push tokens when ejecting?

If you eject from expo, are you unable to send push notifications to existing users, or will they continue to be able to receive notifications? How should one “migrate” push tokens if ejecting?

Hey @raphaelrk,

You’ll still be able to deliver push notifications to the users’ device (OS) but you won’t be able to leverage the Notifications API to handle them in-app. You’ll likely want to implement your new push notif and have the new generated tokens overwrite the Expo tokens wherever you’re storing them.

Cheers,
Adam

1 Like