ITMS-90078: Missing Push Notification Entitlement

Hi,

I always received an email with "ITMS-90078: Missing Push Notification Entitlement" after distributing the app bundle to app store connect.
But I have not used push notifiction in my app.
Anyone can help on this?
This message is actually a warning to indicate that somewhere in your code, the methods for registering for a push token were used (indicating that your app is trying to use push notifications), but as the required entitlement is missing, this functionality is not going to work.

It's possible that a third party library has implemented this functionality, even if your app does not use it. In that case, you can ignore the warning. Although, you may want to understand what each library you include in your app is doing before publishing your app, to avoid unwanted surprises like this occurring in the future.
hello, i need help in this

i am getting this error after adding firbase 4.0, although firebase is used for event tracking only. we have 3rd party chat sdk which sends push notification for chat. which not working now. when i send build apple send me this error.

ITMS-90078: 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,

i have checked all code but didn't find anything even my certificates are new.

Can anyone help me ??

Hello @chetanfromgandhinagar,

You have been solved this issue? I'm with the same problem but in my case i'm realy use Firebase Push Notification (not working)

I am not using this Notification functionality. But having this issue email. I find that Permission_handler plugin in flutter is using the code for Notification. How to solve but i don't want to use that functionality.

ITMS-90078: Missing Push Notification Entitlement
 
 
Q