Missing Push Notification Entitlement

From the apple store submission process;

Missing Push Notification Entitlement  - Your app appears to include API used 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. 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.

Does anyone know what this is about? How do I get rid of the warning?

I am pretty sure I do not need this API - is it inside corona? because I do not think I have included this.

Thanks

Inside of your developer account “on apple” you enabled Push Notifications on one of your certificates (app ids)…

This is just a warning that the automated system will send you if you have push notifications inside your code, build settings or your entitlement has it.

If you are not using push notifications you can simply ignore this message it will not effect you in any way, it is simply an automated warning picked up by their pre-build-submit system.

Inside of your developer account “on apple” you enabled Push Notifications on one of your certificates (app ids)…

This is just a warning that the automated system will send you if you have push notifications inside your code, build settings or your entitlement has it.

If you are not using push notifications you can simply ignore this message it will not effect you in any way, it is simply an automated warning picked up by their pre-build-submit system.

I have the same problem and I’m I have not enabled the Push Notifications… I can’t send the App using testFlight for this reason. Any suggestion?

Thanks!

I have the same problem and I’m I have not enabled the Push Notifications… I can’t send the App using testFlight for this reason. Any suggestion?

Thanks!