push notifications

When we get about the push notifications , we generally got several questions in our mind I.e. 
1. What is push notifications ?
2. Use of it's?
3. How to use ? 
4. Which device we send the notification?
5. How it help to increase usesrs?
6. How to integrate on website, and other device?

Answers :- 
1. Push notifications is  a type of message which send freely to Android devices , desktops , depends on browsers. It supports several browser to send notifications. 

2. Users get information when new post in website , manual or automatic using RSS.

3. We can use after integrating on website.

4. Android , windows, ios , desktop we send the notification.

5. It helps to increase users to engage customers getting updates regularly. 

6. We can integrate in several ways .. using third-party like true push , one signal or through developer.

Example to integrate in php
https://github.com/web-push-libs/web-push-php?files=1

Comments