Skip to content

3.10.6 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 18 Jan 01:53

Badge Count, Notification Overflow, and getTag Fixes

  • Badge count now uses notification count from system
    • Fallback for Pre-Android 6 to use internal count.
  • Omits running notification restore if notifications are disabled.
  • Fixes new notifications not showing if there were 49 notifications in the shade
    • Now handles removing oldest notifications to make room for new ones.
  • Clear notifications methods now works even if provideUserConsent was not accepted.
  • Badge counts are now updated after restoring notifications.
  • getTags now supports multiple callbacks
  • OneSignal.setAppContext is now public.
    • Only needed if you need to call provideUserConsent before initializing OneSignal.