Push Notifications
AppBoost includes built-in push notification support with backend integration.
Configuration
For initial setup and configuration, follow the instructions in the Expo Push Configuration page.
Backend Integration
You can send push notifications directly from your backend using the Expo Push API. To get started, refer to the official Expo documentation on sending notifications for detailed examples.
Important: To send notifications from the backend, Appwrite needs to be configured (see the Appwrite Configuration page). If Appwrite is not configured, Expo push tokens will be stored locally only and backend notification sending will not be available.
Key Features
- Automatic token storage in database
- Cross-platform support (iOS & Android)
- Backend integration with simple API calls