Directus Mobile supports native push notifications on iOS and Android. This guide explains setup for admins and daily usage for end users.
In the app, go to Settings -> Push notifications and install the push backend. This installs the required Directus collection + flow resources used by the app.
Your push sender (API route/server) needs valid platform credentials:
Without these, notifications cannot be delivered to devices.
Permissions remain controlled by Directus roles/policies. Make sure intended roles can access the push device/subscription collection created by setup.
Use Directus flows to decide when notifications are sent (create/update/delete or custom conditions). Directus Mobile only receives what your flow chooses to send.
Open Settings -> Push notifications and enable notifications. If permission is denied, enable it in iOS/Android system settings.
Use the in-app subscriptions screen to choose what you want to receive:
Tapping a notification opens the app and routes to the related content when available.