We are currently developing an ios app using monaca.
I wanted to implement a local notification (notification that appears for a few seconds at the top of the screen) in the application I am creating, so I was looking into it, but I could only find the implementation of push communication.
How can I achieve local notifications?
Add the following Cordova Local-Notification Plugin from CordovaPlugin Administration:
https://github.com/katzer/cordova-plugin-local-notifications/
For detailed instructions on how to use the plug-in, we have an example here, so it will be easy to understand if you use it.
https://github.com/katzer/cordova-plugin-local-notifications/wiki/11.-Samples
© 2024 OneMinuteCode. All rights reserved.