Push notifications
Goal
Stay reachable without open app.
For whom
Parents with iOS app and notifications enabled.
Where in the app
iOS settings + /parent/settings → Notifications.
Prerequisites
App installed; APNs key (.p8) on server (APNS_* env) + Firebase for Android.
Step by step
- Install iOS app (see Install app).
- Sign in as parent — the app prompts for notifications (or open /parent/settings → Notifications).
- Allow in the iOS system dialog; enable Push notifications (app).
- Choose categories: friend requests, chat, appointments, …
- Developer: set
APNS_KEY_ID,APNS_TEAM_ID,APNS_PRIVATE_KEYon server;npm run ios:prodfor app bundle. - Test with a friend request or chat message.
- No alerts? Check iOS Settings → Routine Assist → Notifications.
- Accept/decline friend requests: /parent/vrienden → Accept or Decline.
Options & settings
Android uses FCM; iOS uses APNs directly via server APNS_* variables.
Tips & troubleshooting
Focus mode may hide alerts — allow exception for Routine Assist.