WakefulBroadcastReceiver onReceive not triggering android GCM

后端 未结 1 667
忘掉有多难
忘掉有多难 2021-01-27 13:48

I implemented GCM notifications in Android and everything was working fine. I\'m sending Notifications to the phone via a PHP server using the Google Cloud Messagin

相关标签:
1条回答
  • 2021-01-27 13:58

    Make sure you have

    1. Signed the build with the correct key (dev vs production)
    2. Updated your php script to send the message to the new GCM registration id
    0 讨论(0)
提交回复
热议问题