Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

icon badge not showing after using latest pushwoosh plugin from npm in android #211

Closed mobileias closed 7 years ago

mobileias commented 7 years ago

i have one issue while using latest pushwoosh plugin using from npm As before badge set working fine for both os (ios and android ) for pushwoosh version 3.6. Now after using <preference name="android-build-tool" value="gradle"/> and <gap:plugin name="pushwoosh-pgb-plugin" source="npm" version="6.2.1"/>

it not able to set badge icon for android 5 lollipop version

Any one please give me solution for this.?

Thanks in andvance

DimanAM commented 7 years ago

What is the device model? Is icon badge not showing for setApplicationIconBadgeNumber and/or remote notifications?

mobileias commented 7 years ago

Yes both way it not set icon badge using setApplicationIconBadgeNumber or direct when any unread push notification in app Android version is 5.1.1 Model is : Sony C6902

DimanAM commented 7 years ago

Got this reproduced. Support for Sony as well as HUAWEI, ZUK and OPPO will be added in the nearest release.

mobileias commented 7 years ago

thank you so much

Once fix let me know Sir.

DimanAM commented 7 years ago

Fixed in 6.3.0

mobileias commented 7 years ago

Thank you so much. Now it working fine.