Skip to content

18.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 23:15
· 34 commits to main since this release
ddae34a

Minor release that introduces fallback parameter when requesting permission updates and the permission is denied. This release also contains a fix for a regression in 18.8.0 where Channel Registration would continuously update for channels that have upgraded from an earlier SDK versions. Applications using 18.8.0 should update.

Changes

  • Added new method Airship.permissionsManager.requestPermission(_:enableAirshipUsageOnGrant:fallback:) and Airship.push.enableUserPushNotifications(fallback:) that allows you to specify a
    fallback behavior if the permission is already denied.
  • Fixed high CPU issues with embedded messages that define a percent based size.
  • Fixed Channel Registration bug that was introduced in 18.8.