Suppose that case when the client app has re-registered with the gcm itself but the server is unaware of this and now the server is sending notification to that particular client what I want is the notification should not be sent with the old registration id. How can this be done?
stop gcm to send notification on old registration id
166 Views Asked by nurulnabi At
1
There are 1 best solutions below
Related Questions in GOOGLE-CLOUD-MESSAGING
- Bias correction for worldclim data for species distribution modeling?
- Unable to find users to notify with test with Azure Notification Hub version Google (FCM v1)
- Openssl AESNI-GCM table free benchmark
- .NET MAUI Android FireBase service OnMessageReceived strange behavior
- .NET MAUI on push notification click error is thrown: 'Window was already created'
- Flutter app not receiving notification from firebase in specific cases
- Is it possible to filter real-time developer notifications (RTDN) from Play Store
- Problem with Firebase push notification using php
- Google Cloud Pub/Sub integration in iOS
- decrpt data encrypted with aws kms offline
- Flutter getAPNSToken() returns null on real device
- FCM - connected NodeJS, I'm getting this error "code": "app/invalid-credential"
- Is it possible to set Kafka to receive a message in the topic with the name of the file that is uploaded to Google Storage?
- PHP Encrypt AES-256-GCM using Phpseclib and Decrypt with Javascript using crypto.subtle
- App has been flagged for GCM SDK usage even though we no longer use GCM SDK
Related Questions in NODE-GCM
- Removing no longer valid FCM tokens from a database
- Can we send send data type other than string using node-gcm module?
- Node - gcm send silent notifications
- MaxListenersExceededWarning - Loopback
- Send android notification with node-gcm without collapsing them
- registring on gcm multiple time from same device will generate multiple id or same and multiple users on same device
- stop gcm to send notification on old registration id
- How to send and see many push notifications in one android device push notifications menu?
- Firebase shows two notifications on Android
- Why my ionic app FCMPlugin.onNotification() does not get called for incoming push notifications
- Android push does not trigger when app in background after notification clicked
- Node-gcm and Nodejs, issues sending images
- Browser: Google Cloud Messaging/node-gcm - data is always null
- Should arriving GCM messages be displayed by Android?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If your server sends a message to an invalid Registration token, it will probably receive a
NotRegisterederror response. You should handle this error accordingly by removing the corresponding token. As per the documentaion I linked above: