Hi,
I am uploading an app to itunes connect but I always get the "Missing push notification entitlements" email.
I triple checked everything from my certificates, to app id, provisioning profile, but everything looks fine.
I installed through Testflight but was getting "didFailToRegisterForRemoteNotificationsWithError", so I know it's not working.
The problem is that installing the same build through Crashlytics distribution platform, I was succeeding at registering for remote notifications.
How is that possible? What am I doing wrong?
Thanks,
If your app does not use push notifications, it is completely safe to ignore the warning. It's there to let developers who do use push notifications know that they might have signed their app incorrectly.
There was an issue with the app validator the week of August 31, 2015 that caused this warning to be sent erroneously to some developers whose apps do not use push notifications. This issue was corrected on September 2. The next time you validate or submit your app you should not see the warning.
--gc