AIR 32 Missing Push Notification Entitlement
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?
