Skip to content

0.10.0

Compare
Choose a tag to compare
@xabldint xabldint released this 19 Jun 19:37
· 5402 commits to master since this release
  • Add MobileCenter.setCustomProperties API to segment audiences.
  • Fix push and distribute notifications on Android 8 when targeting API level 26.
  • Add a new method Push.checkLaunchedFromNotification to use in onNewIntent if launchMode of the activity is not standard to fix push listener when clicking on background push and recycling the activity.
  • Fix crashing when calling {AnyService}.isEnabled() / or setEnabled before MobileCenter.start, now always return false before start.
  • Fix a bug where 2 sessions could be reported at once when resuming from background.