Expo push notifications and Apple push notifications certificates

Hello,
I’m trying to publish an expo app for on the app store however after I uploaded it with app laoder, I received an email

Missing Push Notification Entitlement - Your app appears to register with the Apple Push Notification service, but the app signature's entitlements do not include the "aps-environment" entitlement. If your app uses the Apple Push Notification service, make sure your App ID is enabled for Push Notification in the Provisioning Portal, and resubmit after signing your app with a Distribution provisioning profile that includes the "aps-environment" entitlement. Xcode does not automatically copy the aps-environment entitlement from provisioning profiles at build time. This behavior is intentional. To use this entitlement, either enable Push Notifications in the project editor's Capabilities pane, or manually add the entitlement to your entitlements file.

I am using expo push notifications so I’m not sure if I need the entitlements or not. what should I do in both cases?
thanks

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