i am new to phonegap application development,i want to use push notification in my phone gap application i got that it is possible to use push notification in phonegap application using some third party libraray from here i got that.Receiving push notification on PhoneGap for iOS
but my query is that i want to know is it posible to use push notification in phonegap application without using third party library?
i googled for it but could not get solution
i hope some one will be helpful to this issue
thanks in advance
Aamirkhan i.
I don’t know about Android (the cross platform issue might be why people swing towards third party solutions…), but on iOS all you need is a plugin and your own APN server.
Plugin: https://github.com/phonegap/phonegap-plugins/tree/master/iOS/PushNotification
For the server, one way might be to set it up on a free-ish service like Heroku using one of these resources:
etc