Notifications.getExpoPushTokenAsync() goes on forever

I’m trying to register for push notifications in my expo app. When I execute

let token = await Notifications.getExpoPushTokenAsync()

it stops. I checked it through, and it looks like that promise in getExpoPushTokenAsync() goes on literally forever. I checked it on both iOS and Android.

This problem only occurs on production builds, on local it works well, which makes it event weirder - why doesn’t it work on production?

I’m using SDK v.33.0.0

1 Like

Hey! I answered you on your github issue, so we’ll just continue the conversation there!

1 Like

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