In phone gap iphone application,I want to display local notification at regular interval.So how can I do that?I found one sample plugin of local notification but it not works, so is their any setting in property list file for display notification?
In phone gap iphone application,I want to display local notification at regular interval.So how
Share
For local notifications in iPhone, there is a PhoneGap plugin in the PhoneGap Plugins repo on GitHub: https://github.com/phonegap/phonegap-plugins
The local notification plugin is at:
https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/LocalNotification
It doesn’t have a README, but it does have an example.