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
Just remove super.onPushReceive(context, intent); from your custom receiver to receive a single custom notification.