HMS-Core / hms-push-serverdemo-java

Java sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs for your reference or usage.
https://developer.huawei.com/consumer/cn/doc/development/HMS-Guides/push-introduction
Apache License 2.0
44 stars 36 forks source link

AndroidNotification中profileId校验有问题 #19

Open ciaiy opened 1 year ago

ciaiy commented 1 year ago

对ProfileId的判断如下: image 校验工具类代码如下: image

当profileId 小于 64时, 会抛出异常。辛苦关注下该问题,会影响通知的正常发送。