It runs normally when I test Google Cloud Message samples provided by Google.But I can not receive message from GCM connect server when my app is not active.I have check all I should do but the problem is still with me. Is there anyone has the same question?Please give some effective solution
Asked
Active
Viewed 42 times
0
-
How do you send messages? – Tim Aug 04 '16 at 10:51
-
@RafiqueMohammed not all questions are about debugging code – Tim Aug 04 '16 at 10:54
-
@TimCastelijns I send message via Postman with the Message format like this:{ "notification" : { "body" : "beautiful match13!", "title" : "Portugal vs. Denmark2" }, "to" : "/topics/gcm123" } – Mr.New Aug 04 '16 at 10:58
-
Possible duplicate of [Push notification works incorrect when app is on background or not running](http://stackoverflow.com/questions/37876257/push-notification-works-incorrect-when-app-is-on-background-or-not-running) – Tim Aug 04 '16 at 11:02
-
The link I gave talks about fcm, but it is the same for gcm – Tim Aug 04 '16 at 11:02
-
@TimCastelijns I hava test the solution but it didn't work.Should I install my app from Google Play? – Mr.New Aug 05 '16 at 02:43