I want to integrate push notification with my web app built using HTML ,javascript and jquery mobile and packaged with phonegap for android.
Can anyone please suggest some links to go for that.
For android complete documentation is given on developers.android.com.
But for webapp I dont know how to proceed.
Any suggestion would be highly appreciated.
Thanks in advance.
Let's start with Android. The Android OS is designed to listen for push messages and upon receiving one, wake up the appropriate Android app to handle the push message, regardless of whether the app is closed or not.
A mobile app uses “push notification” to send users a message that notifies them about something important, without the need to open the app. The user does not need to do anything, as the app itself decides to push an alert to them, which can be in the form of a text message or an image.
For the hardware component, the mobile device for client side, server computer for server side and router for network between the client and the server. The idea of offline push notification is applicable in any mobile device and any operating system such as Android OS, iPhone OS, BlackBerry OS, Symbian OS, etc.
As suggested by others PushPlugin seems good option as per your requirement. It can be implemented and free to use. You have to configure for different platforms. This plugin is for use with Cordova, and allows your application to receive push notifications on Amazon Fire OS, Android, iOS, Windows Phone and Windows8 devices.
For detailed implementation steps for above platforms you can check this page
Links are updated with the latest Github Repos.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With