From 60285329812307537136d4e1e4c87af41102f0bd Mon Sep 17 00:00:00 2001 From: DS Boyce <260543580+ds-boyce@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:03:12 -0700 Subject: [PATCH] Update OTA docs (#10895) --- docs/deploy-ota.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/deploy-ota.md b/docs/deploy-ota.md index e75ac1b3a3..fce864c761 100644 --- a/docs/deploy-ota.md +++ b/docs/deploy-ota.md @@ -57,6 +57,9 @@ release or OTA. Log in to the EAS CLI with `eas login` and manually set the build numbers to the values you found in **Step 1**. +> [!NOTE] +> If you don’t already have the EAS CLI, you can install it with `pnpm add -g eas-cli`. + ```sh > npx eas build:version:set -p ios > @@ -114,7 +117,7 @@ To confirm this, as mentioned above, you must completely clear the TestFlight build from your device and re-install from the App Store. Then, you'll need to: - Launch the app (or quit and reopen) and wait ~15s for the download to complete - Quit and reopen the app -- Check the `Settings > About` page and confirm the has matches the most recent has on your OTA branch +- Check the `Settings > About` page and confirm the hash matches the most recent hash on your OTA branch ### 9. Reset build numbers