1

iOS Setup (APNs)

  1. Apple Developer → Identifiers → App ID → enable Push Notifications
  2. Ensure your app bundle id matches your config
2

EAS Credentials

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:
EXPO_ACCESS_TOKEN=your_expo_access_token
4

Verify

After credentials are set up, builds will contain APNs config and can receive push notifications.