EAS is Expo's cloud-build service.
To get OneSignal push notifications working in an EAS-built app, see our guide on how to configure your iOS credentials.
For production builds, your generated ipa file should to be distributed to the App Store or Testflight.
For development/internal distribution builds, you will need to install a development client on your iOS device.
- Scan the QR code shown in the terminal after EAS build success and install the development client application to your device.
- In the terminal, run
expo start --dev-client
to be able to serve the application to the client. - Scan the generated QR code to open the dev client and fetch the app bundle from the running Expo process.
- You may be prompted to allow the app to find local area network devices. Approve.
- Rescan the QR code & open the app. At this point, you should see the metro bundler working. As soon as the bundle is complete, your working app should open!