Platforms

TaskForceAI on iOS & Android

Download the iOS app from the App Store or join the Android beta today. Production builds receive hotfixes automatically via Expo Application Services (EAS) updates.

iOS App Store setup

Install the public iOS app with your Apple ID.

  1. 1Open the TaskForceAI App Store listing on your iPhone or iPad.
  2. 2Tap Get to download the latest public build.
  3. 3Open TaskForceAI and sign in or continue without an account.
  4. 4Enable automatic updates to receive store releases as they ship.

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.