Platforms

TaskForceAI on iOS & Android

Join the beta builds today and receive hotfixes automatically via Expo Application Services (EAS) updates. When the public store listings go live, these links will redirect to the App Store and Google Play.

iOS TestFlight setup

Enroll devices with your Apple ID to access internal testing builds.

  1. 1Install the TestFlight app from the App Store on your iPhone or iPad.
  2. 2Open the TaskForceAI TestFlight invite link above and accept the beta agreement.
  3. 3Tap “Install” in TestFlight to download the latest build and enable automatic updates.
  4. 4Optional: share device UDIDs with the team for direct ad-hoc builds if TestFlight is unavailable.

Android internal testing

Use the Google Play Console testing track for easy distribution.

  1. 1Sign in with a tester Gmail account that has been whitelisted in the Play Console.
  2. 2Accept the invitation by opening the internal testing link above and opting in to the program.
  3. 3Download the TaskForceAI build from Google Play on your Android device and enable auto-update.
  4. 4For sideload testing, generate an APK from the preview build profile and share directly.

How updates ship

EAS Update delivers over-the-air fixes without waiting on store review.

Preview builds target the preview channel while production store builds subscribe to the production channel. Each channel maps to a dedicated EAS Update branch so testers and customers receive the correct build consistently.

Ship a preview hotfix

(cd apps/mobile && bunx eas-cli update \
  --channel preview \
  --message "Fix streaming indicator flicker")

Promote to production

(cd apps/mobile && bunx eas-cli update \
  --channel production \
  --message "Mobile 0.3.1")

When a build requires new native modules or configuration changes, trigger a full store release instead by running eas build for the appropriate profile and submitting through App Store Connect or Google Play Console.

Release checklist

Quick reminders before pushing a build to testers or stores.

  • Run the mobile unit, integration, and offline sync tests.
  • Update release notes inside App Store Connect and Google Play Console.
  • Verify environment variables for API base URLs and feature flags.
  • Capture fresh screenshots for the marketing site if UI changes shipped.