|
Description:
|
When the app is
closed, notifications are not being received
in the
Android notifications panel(like when you swipe from the top). I get a message in the log that extras are being cached
background
and
will be sent out at
a
later time
notification is received
.
If the user clicks on the notification, the foreground flag is false.
This occurs using the plugin from the master branch on GitHub.
Also, once app
Seems like the foreground flag should be true since the user
is
closed and reopened, notifications are no longer received by
going back into
the app
due to this notification
.
Again
The app gets two notifications which is fine. The first on is from the notification coming in (foreground=false). This is expected. However
,
when the user clicks the notification,
I
still get a message in
would expect
the
log that extras are being cached and will be sent out at a later time
second notification to come thru with foreground=true
.
|