-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
[WARN] : W/ti.goosh.IntentService: Show Notification: FALSE #118
Comments
Could you post the payload of the notification you are trying to send? |
I'm sending the following
|
That "GCM" top level doesn't seem right. |
That example works. I was using Amazon SNS to send a legacy GCM push.. supposed to be backwards compatible with FCM but I guess ti.goosh uses a custom payload. |
Hi, Do we have any update on this. I have added the notificationChannel and still receive no push in background and also when I receive push in foreground, the payload returns null. PUSH received: {"c.i": "null"} |
On pushing a notification to my app this is the only thing that is logged
[WARN] : W/ti.goosh.IntentService: Show Notification: FALSE
No push notification occurs after this and the push data logged as received is:
PUSH received: {"c.i": "null"}
The text was updated successfully, but these errors were encountered: