I need to access the nofification center using phonegap . I am developing iPad app using phonegap (Cordova – 1.9.0 ) and JQM 1.0.1.
Is there any way to access the notification centre using phonegap?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your application will have to send a push notification. Which the user will have to agree to receive.
Either a location notification using the following plugin :
https://github.com/phonegap/phonegap-plugins/tree/master/iOS/LocalNotifications
Or Push Notification via Apples Server or Urban Airship Push
http://urbanairship.com/blog/2010/06/09/phonegap-push/
Once you have a push setup the user can select your app from notification center in Settings.