Receive Parse notification using custom broadcastreceiver

后端 未结 4 2192
攒了一身酷
攒了一身酷 2021-02-06 10:55

Am using parse notification in my app. Am receiving notification alert using GcmBroadcastReceiver. But am seeing lot of notification receiving to my app. I thought to update not

4条回答
  •  长发绾君心
    2021-02-06 11:10

    Just remove super.onPushReceive(context, intent); from your custom receiver to receive a single custom notification.

提交回复
热议问题