Android notification is not showing it's content when app is not running

后端 未结 6 1044
孤街浪徒
孤街浪徒 2020-12-28 15:49

Here is my interesting problem. Android notification that comes from GCM is not showing title and content (just shows App Name, and when click, open the Mai

6条回答
  •  再見小時候
    2020-12-28 16:04

    Found the problem. I was using 8.4.0 version (up-to-date) of play services.

    compile 'com.google.android.gms:play-services-gcm:8.4.0' //GCM
    

    I reduced the version to 8.3.0. It works as expected.

提交回复
热议问题