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
{{ message }}
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.
My service relies on a few push notifications without a message but with a payload, which means they'll be invisible when the app is in background mode but can be used in foreground mode to trigger a server refresh etc. This worked perfectly in the deprecated PushPlugin, but now I'm foiled by else if (result && typeof result.message !== 'undefined')
in push.js. Any chance we could check for additionalData / trigger some other event instead for "empty" notifications?
The text was updated successfully, but these errors were encountered:
My service relies on a few push notifications without a message but with a payload, which means they'll be invisible when the app is in background mode but can be used in foreground mode to trigger a server refresh etc. This worked perfectly in the deprecated PushPlugin, but now I'm foiled by
else if (result && typeof result.message !== 'undefined')
in push.js. Any chance we could check for additionalData / trigger some other event instead for "empty" notifications?
The text was updated successfully, but these errors were encountered: