Adding alerts to the Android Status Bar without push?
How can I add things to the Android Status Bar from an App? Not looking to push it out with Push Notification but just from the App itself?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How can I add things to the Android Status Bar from an App? Not looking to push it out with Push Notification but just from the App itself?
Check if PhoneGap allows to do that.
Are we able to do this??
Hi Adam,
Yes. This will help:
https://getsatisfaction.com/apperyio/...
I think this is not what I am looking for. I am trying to display a message in the phone status bar, not a pop up alert. Do you know how I can display a message in phone status bar? Like how a push notification is displayed.
Hi Adam,
You could use local notifications:
https://github.com/simplec-dev/LocalN...
This will be helpful: http://community.phonegap.com/nitobi/...
Hey Adam,
Does this help? https://getsatisfaction.com/apperyio/...
Do I need to add a plugin into the appery project?
Im confused on adding and using this. Can you please help?
Adam: Have a look at the post I linked as it has a step-by-step document for adding a plugin and using it.