1
iOS Setup (APNs)
- Apple Developer → Identifiers → App ID → enable Push Notifications
- Ensure your app bundle id matches your config
2
EAS Credentials
- Platform: iOS
- Credential type: APNs
- Let EAS manage and upload credentials
3
Expo Access Token
Create a token at your Expo account and add to functions env:
4
Verify
After credentials are set up, builds will contain APNs config and can receive push notifications.