Skip to main content
vakhtangi
Inspiring
January 13, 2019
Answered

AIR 32 Missing Push Notification Entitlement

  • January 13, 2019
  • 1 reply
  • 695 views

Just received mail from Apple regarding Push Notification Entitlement, but I don use it in my app.

App ID:

Application XML:

<iPhone>

     <InfoAdditions>

          <![CDATA[

     <key>UIViewControllerBasedStatusBarAppearance</key>

     <false/>

     <key>NSLocationAlwaysUsageDescription</key>

     <string>locate distance to service center</string>

     <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>

     <string>locate distance to service center</string>

     <key>UIRequiresPersistentWiFi</key>

     <string>NO</string>

     <key>UIApplicationExitsOnSuspend</key>

     <false />

     <key>CFBundleLocalizations</key>

     <array>

          <string>en</string>

          <string>ge</string>

          <string>ru</string>

     </array>

     <key>LSApplicationQueriesSchemes</key>

          <array> <string>fb</string> </array>

     <key>UIDeviceFamily</key>

     <array>

          <string>1</string>

     </array>

     <key>MinimumOSVersion</key>

     <string>9.0</string> ]]>

     </InfoAdditions>

     <requestedDisplayResolution>high</requestedDisplayResolution>

</iPhone>

anything else I have to check?

This topic has been closed for replies.
Correct answer maxddd

Maybe you have lost this part

<Entitlements>

     <![CDATA[

          <key>aps-environment</key>

               <string>production</string>

     ]]>

</Entitlements>

1 reply

maxdddCorrect answer
Inspiring
January 14, 2019

Maybe you have lost this part

<Entitlements>

     <![CDATA[

          <key>aps-environment</key>

               <string>production</string>

     ]]>

</Entitlements>