Expo push notifications does not appear after build

I have react-native expo app. I use expo push notifications. I test them by posting to https://exp.host/--/api/v2/push/send. When I run npx expo start and I connect my iPhone (app runs in expo go) and I test its ExponentPushToken notifications show correctly.

The problem is when I build app by running eas build --profile preview --platform ios, I install it on iPhone, get new ExponentPushToken and test it. Notifications does not show and I don’t get any errors. I get "status": "ok", as a response but it doesn’t show on phone.

What can be the issue here?