You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using HMS Push notifications with GoRush 1.14.0 I've identified some issues.
The first one was GoRush doesn't send AndroidNotification data when huawei_data is sent
After fixing it I've faced another issue: foreground_show variable was not being sent with false to HMS services which leads to the application always showing OS notification even when it is in foreground.
While using HMS Push notifications with GoRush 1.14.0 I've identified some issues.
The first one was GoRush doesn't send
AndroidNotification
data whenhuawei_data
is sentAfter fixing it I've faced another issue:
foreground_show
variable was not being sent withfalse
to HMS services which leads to the application always showing OS notification even when it is in foreground.The first issue is fixed by removing this
else
.The second issue depends on a fix on github.com/msalihkarakasli/go-hms-push lib. I already created a PR to fix it.
This issue is probably related to #615
The text was updated successfully, but these errors were encountered: