We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yes
Can't get push notification in background / when app is closed (swiped from recents apps)
followed these steps and from POSTMAN header Authorization:key=xxxxxxxxxxxxx Content-Type:application/json below is payload { "notification":{ "title":"Notification title", "body":"Notification body", "sound":"default" }, "to":"d5nwyla-QAY:APA91bEUlVdu8kahO2L7GZc0sdGnjAieBMY6zFSY2r-B-cvTveLpW0_lCNHSQ7R4q3DKzY1VOwVDhpDuOTPGW400SrYGxn3jTlPZU3sVi6zAd7wBYgyqIydVsKuOVWrtVe-CpEC7Sqvt", "priority":"high", "data":{ "param1":"value1", "param2":"value2" } }
getting notification in-app also when app is minimise (pressing home)
getting below warning from logcat 07-16 23:40:55.161 2941 2941 W GCM-DMM : broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10000000 pkg=com.infogain.bioclinica (has extras) }
Should get notification in background
The text was updated successfully, but these errors were encountered:
This seems to be a duplicate of #89 so I'm closing it. Please create a new issue if this is not a duplicate.
Sorry, something went wrong.
Also getting this on a Mobicel Device... Unable to resolve with any data found on the internet yet.
kroikie
No branches or pull requests
Step 1: Are you in the right place?
yes
Step 2: Describe your environment
Step 3: Describe the problem:
Can't get push notification in background / when app is closed (swiped from recents apps)
Steps to reproduce:
followed these steps
and from POSTMAN
header
Authorization:key=xxxxxxxxxxxxx
Content-Type:application/json
below is payload
{
"notification":{
"title":"Notification title",
"body":"Notification body",
"sound":"default"
},
"to":"d5nwyla-QAY:APA91bEUlVdu8kahO2L7GZc0sdGnjAieBMY6zFSY2r-B-cvTveLpW0_lCNHSQ7R4q3DKzY1VOwVDhpDuOTPGW400SrYGxn3jTlPZU3sVi6zAd7wBYgyqIydVsKuOVWrtVe-CpEC7Sqvt",
"priority":"high",
"data":{
"param1":"value1",
"param2":"value2"
}
}
Observed Results:
getting notification in-app also when app is minimise (pressing home)
getting below warning from logcat
07-16 23:40:55.161 2941 2941 W GCM-DMM : broadcast intent callback: result=CANCELLED forIntent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10000000 pkg=com.infogain.bioclinica (has extras) }
Expected Results:
Should get notification in background
The text was updated successfully, but these errors were encountered: