Air SDK24 crash on iOS10 when build with push notification with codes for iOS8+
I build a push notification ANE base on Flashplanet ANE-Push-Notification which supported iOS7+ by removing code deprecated in iOS8+. It passes all the functional tests in development environment, but it crashes the app when test on TestFlight environment. Any idea?
The keys included are:
<key>MinimumOSVersion</key>
<string>8.0</string>
<key>aps-environment</key>
<string>production</string>
<key>UIBackgroundModes</key>
<array>
<string>voip</string>
<string>remote-notification</string>
</array>
Regards
