User can send push notifications to iOS and Android with custom Editor from wp-admin and even When admin publish new post page and even new comment is added to any post..
From the app, it's required to send additional headers information so that device is recognized by Google Cloud Messaging and Apple Push Notification service.
Ans -Please follow the below steps to achieve the in your mobile devices successfully - Activate Push Notifications for WP through the Plugins WordPress when you active the plugin the plugin will add 2 new tables in your wordpress database like 'all pushnotification logs, 'all pushnotification token.
Second - the application which you created for mobile devices with ios android - To send notification to device, we must need to know its token.
And the type of operating sytem which mobile is useing - For Registering device you need to follow steps - First of all you have to insert the device type and device token of each devices in this table.
For that you need to pass the device type and devices token in parameters from your application services like login, register service to URL http yourwordpresssite apnwp register..
It means whenever register or login from your application you need to pass that particular mobile's token and operation system type android ios - 'wp-json or 'WordPress REST API that shipped as part of WordPress core from version 4.4 Later.
Front end developer open the web view then I have to send the notification for that don not know that how to add the device id and type in the database and how to send the notification for wp-admin..
Ans If you do not have the application or do not make register or you run your website through the web view or direct URL your mobile devices then the notification will not work..
I checked all of the box group and Send Push notifications to Android devices of group, my environment is wp V4.6.1, use FCM service..
Read more