How to Implement Local Notifications in the ios Application

Asked 2 years ago, Updated 2 years ago, 51 views

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?

ios monaca

2022-09-30 20:47

1 Answers

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


2022-09-30 20:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.