Skip to main content
fengd9946600
Inspiring
February 4, 2017
Answered

Air SDK24 crash on iOS10 when build with push notification with codes for iOS8+

  • February 4, 2017
  • 1 reply
  • 275 views

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

This topic has been closed for replies.
Correct answer fengd9946600

Upgrade to Air SDK25 solved the issue!

1 reply

fengd9946600
fengd9946600AuthorCorrect answer
Inspiring
February 4, 2017

Upgrade to Air SDK25 solved the issue!