Local Notifications
Last modified: August 8, 2025
These step-by-step guides teach you how to build local notifications for native mobile applications. Local notifications will only allow you to schedule and send notifications confined to one mobile device.
Local push notifications only work in native apps, not PWAs.
These notifications do not use an internet connection, making them useful for internal app use-cases. For example, a local notification might be an alarm app which sends a local notification after an amount of time has elapsed.
These guides teach you how to do the following:
- Part 1: Local Notifications – Trigger native notifications from Mendix app's microflow, configure your notification permissions, and test the notifications on a device.
- Part 2: Badges – Make your notifications leave badge indicators on your application's icon.
- Part 3: Actions – Configure notifications to do an action after being tapped (in this case, show a page).
- Part 4: Data – Enable notifications to pass data and bring a user to a page with specific parameters set.
- Part 5: Scheduling – Make notifications trigger at a certain time and cancel them.