How to test push notifications
- Get a token — In your Expo app, call
Notifications.getExpoPushTokenAsync() on a physical device and save it on the Tokens page.
- Compose & send — Fill in the fields below and click Send. You'll get a ticket ID for each notification.
- Check delivery — Go to the Receipts page with your ticket IDs to verify if Apple/Google successfully delivered the notification.
All data is stored in your browser's localStorage. The total notification payload must be at most 4096 bytes.