I’m trying to figure out how to go about android notifications (When the application is/is not running) in which a notification will show up in the users notification area, and an icon in their tray up top.
How would I go about this? It’s nearly the only feature that our app is missing
Are you referring to local notifications or remote (“push”) notifications?
Local notifications can be setup locally by some API calls, while push notifications require a more complex setup (involving server-side services as well).
Both are being used by apps games for different scenarios. What are you trying to achieve ?
Thank you for the prompt response, I should have been more clear. Our application involves messaging and some other features which would require remote notifications I believe. (As our php scripts would need to be able to trigger these notifications.)
I’ve not had very much luck with finding much information on this, just a few (what seems overpriced) plugins that haven’t been updated in awhile.