Skip to content

v3.2.0

Compare
Choose a tag to compare
@Husseinhj Husseinhj released this 23 Feb 13:06
· 12 commits to master since this release

v3.2.0 2019-02-23

  • Improve set LED color on Android 7+.
  • Improve custom notification sound on Android 7+.
  • Enhance handling update push notification.
  • Ignore backup chabok storage by adding no backup storage.
  • Add unsetUserAttributes method.
  • Enhance publishEvent method to send data with another way.
  • Retry to get push notification token when get SERVICE_NOT_AVAILABLE from FCM.
  • For have default notification icon add below code in AndroidManifest.xml file into <Application> tag:
<meta-data
            android:name="com.adpdigital.push.client.default_notification_icon"
            android:resource="@drawable/ic_notification_icon" />