Skip to content

8.5.2

Compare
Choose a tag to compare
@rlepinski rlepinski released this 02 Mar 23:17
· 2942 commits to main since this release

Patch release that fixes issues with message center, applications that use
protected data and background services, and issues with deep link and tag
actions running when a push is received in the foreground. Applications that
use any of those features should update to this release.

Bug fixes

  • Fixed Core Data crash when the application uses protected data and wakes up in the
    background before the device is unlocked.
  • Fixed deep link and tag actions running when a push is received in the foreground due
    to the predicate not being applied (Regression from 8.4.0).
  • Fixed message center not deep linking into the message view from a push notification.
  • Fixed message center edit mode not exiting after performing an action.
  • Fixed keys for rate app action's optional title and body arguments.