Search Unity

App Store Connect Issue: Missing Push Notification Entitlement.

Discussion in 'iOS and tvOS' started by username132323232, Jun 26, 2019.

  1. username132323232

    username132323232

    Joined:
    Dec 9, 2014
    Posts:
    477
    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
     
  2. karmington2

    karmington2

    Joined:
    Jul 30, 2018
    Posts:
    8
    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.