Skip to content

14.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Mar 23:42
· 35 commits to main since this release
13f5276

Minor release that adds a new Android config flag com.urbanairship.android.disable_user_notifications_on_system_opt_out that will disable user notifications on Airship if not enabled at the system level during app start. Apps can set this to always to always do this check, or once to apply a one time disable on Airship.

This new flag is useful for preventing a notification permission prompt if the app previously enabled Airship user notifications on plugin 14.2.0 or older on a Android 33+ device. Most apps should use once value in order for Airship to still be able to send user notifications if the end user ops back in through system settings instead of through the app without the App needing to enable user notification on Airship again.

Changes

  • Added new config flag on Android to disable user notifications on startup.
  • Fixed enableUserNotifications on Android to hand back the actual result of the prompt instead of always true.