Hello everyone. The app I'm working on is to keep track of appointments. Currently, the app is working with local storage, so I'm wondering how to provide push notifications to the user as a reminder of their appointments based on the dates they've logged in to the app.
Hello Solehan Zakaria,
To send notifications you can use push notification plugins available in forge.
Please read more about these plugins:
https://www.outsystems.com/forge/component-overview/1697/onesignal-notification-plugin
https://www.outsystems.com/forge/component-overview/1556/pushwoosh-plugin
Regards,
Riyaz
Hi Solehan
you can use this
Additionally to the plugins provided by Noun and Muhammed, you can use the supported "Local Notifications" plugin to send notifications once the user is in the app if you do not want to deal with external providers:
https://www.outsystems.com/forge/component-overview/1541/local-notifications-plugin
Cheers
CLSJ