App Store Connect Issue: Missing Push Notification Entitlement

Does anybody know how to deal with this? I’m, not using any type of notifications in this app. I have the latest Unity and xcode installed.

From App Store Connect email:
ITMS-90078: Missing Push Notification Entitlement

If you have Push Notifications nagging you, check your build folder : Builds/iOS/Classes/Preprocessor.h
Will likely contain this line:

UNITY_USES_REMOTE_NOTIFICATIONS 1

either change that to 0 or go uncheck Unity->Edit->ProjectSettings->Player->iOS->OtherSettings->Automatically add capabilies.

3 Likes