Missing Push Notification Entitlement - Your app includes an API for Apple's Push Notification service, but the aps-environment entitlement is missing from the app's signature. To resolve this, make sure your App ID is enabled for push notification in the Provisioning Portal. Then, sign your app with a distribution provisioning profile that includes the aps-environment entitlement. This will create the correct signature, and you can resubmit your app. See "Provisioning and Development" in the Local and Push Notification Programming Guide for more information. If your app does not use the Apple Push Notification service, no action is required. You may remove the API from future submissions to stop this warning. If you use a third-party framework, you may need to contact the developer for information on removing the API.
After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.
Also, as suggested there, I might want to use AdMob + Firebase Analytics (which I actually do in some projects) and still I would like not to have push notifications API's in my binary...
Hi Simone,If you are using pod 'Firebase/AdMob', then apart from the Mobile Ads SDK, Firebase Analytics will be installed as well. Since, Mobile Ads SDK does not entail this dependency,