In WordPress – WP-GCM plugin does not sending any push notification when publishing a new post or updating a previous one. It sending only message. Anyone please provide solution for this..
Leave a Reply
You must be logged in to post a comment.
In WordPress – WP-GCM plugin does not sending any push notification when publishing a new post or updating a previous one. It sending only message. Anyone please provide solution for this..
You must be logged in to post a comment.
This is because the app is configured only to receive “message” and send a notification. The tag for when publishing a new post is “new_post” and for updating a previous one is “update” (Ref: WordPress GCM documentation). You have to configure the app to receive notifications for this.
Currently it will look something like this in android:
You have to add something like: