Skip to content

12.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 17:12
· 312 commits to main since this release
28d18d0

Minor release adding opt-in changes.

  • Update the iOS method isUserNotificationsOptedIn to use the UAPush method.
  • Add the new method isSystemNotificationsEnabledForApp to check if the app notifications are enabled at a system level or not.
  • Add the new Android method getNotificationChannelStatus to get the status of the specified Notification Channel. The status can be: enabled, disabled, or unknown(if the channel id not created yet).