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.
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
While using HMS Push notifications with GoRush 1.14.0 I've identified some issues.
The first one was GoRush doesn't send
AndroidNotificationdata whenhuawei_datais sentAfter fixing it I've faced another issue:
foreground_showvariable was not being sent withfalseto 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