App Store message!

I’m trying to upload my appp to the app store but I get this message!

Dear developer,

We have discovered one or more issues with your recent delivery for "Copa Super Campeones". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

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.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team

My app don’t use push notifications!

Well that’s pretty crazy! I’m guessing there some code that should be stripped that wasn’t. Contact me directly and we will sort this out.

To other’s watching this thread, I will post the results here when we know what this is.

Ok I see why we got the warning.

We have a couple of methods in the AppDelegate that are included but are only used if you include the PushNotifications package.

Apple is seeing this and assuming they are needed and give you the warning. Even though the fuse app will not use them and does not even try to register with apple’s push notification servers.

I will add a ticket to make sure these methods get stripped entirely if they package is not included.

Thanks again for letting us know about this.

I am still getting the missing push notifications message every time I submit my app to iTunes Connect.

As far as I know I have not yet enabled/included Push Notifications.

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 8 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. For more information, see Local and Remote Notification Programming Guide: Configuring Remote Notification Support.

What happens if you manually strip them out as Chris’ suggests? https://www.fusetools.com/community/forums/general/app_store_message?page=1&highlight=870955c3-8664-49d7-a5e2-c5512dc6e000#post-870955c3-8664-49d7-a5e2-c5512dc6e000

Hi Keith, Sorry to say this was fixed but there has been a regression. I have opened a ticket for this and I’ll have a fix out asap.

Thanks for bearing with us