Internal · Field techs only

Netlink Field Tech
on your phone.

Your daily jobs, one-tap status updates, customer SMS alerts, and site-photo capture — all pointed at the same Netlink database you use in the office.

Netlink Field Tech app icon
What it does

Five tap targets. Zero paperwork.

Everything the office needs — confirmation, ETA alerts, site time, photo evidence — captured in the field the moment it happens.

Today's schedule at a glance

Log in and see only the jobs Ops has assigned to you — sorted by AM / PM slot with the customer name, address and a one-tap Call button.

Confirm → En Route → Onsite → Offsite → Complete

Big buttons for each step. Confirm and En Route SMS the customer automatically. Complete emails the invoice + photos.

Snap site photos on the spot

The phone's camera opens on Complete. Every photo is stored against the Work Order for our long-term warranty records.

Navigate + Call in one tap

Every job card has a 🧭 Navigate button (opens Google Maps with the site address) and a 📞 Call button — no more copying numbers.

Same accounts you already have

Log in with your existing Netlink email + password. Contractors only see jobs assigned to them. All actions are attributed to you in the timeline.

Works over 4G, 5G or Wi-Fi

Talks to thenetlink.com.au over HTTPS. If you drop signal mid-job, retry when you're back — no offline queue yet (coming soon).

Install

Two ways to get it running.

For quick field trials, use Expo Go with the QR code your Ops lead shares in Slack. For long-term daily use, install the signed build below (once ready).

Share this page

Point your tech's camera here.

Scanning this QR opens this exact install page on their phone — no typing, no Slack link. Print it on a wall in the office, stick it on the van, or drop it in a new-starter welcome pack.

https://thenetlink.com.au/team/mobile-app
Android

For Android field techs

Tap Download, open the file, allow install from this source, and sign in with your Netlink email + password. No Play Store account needed.

Build in progress — this button (and its QR code) light up once the .apk is ready. Ask ops if you need it today.
iPhone / iPad

For iOS field techs

Install the Apple TestFlight app first. Send Ops your Apple ID email so they can add you to the invite list.

Build in progress — this button (and its QR code) light up once the TestFlight invite is ready. Ask ops if you need it today.
OPS

For Ops — producing the .apk and TestFlight build

Run these once on any laptop with Node 20+ installed. The heavy build runs on Expo's cloud, so the laptop can go to sleep.

1. Install the EAS CLI (one-off)
npm install -g eas-cli
cd mobile
eas login    # free Expo account
2. Android .apk — no Play Store account needed
eas build -p android --profile preview

Takes ~15 min. You'll receive a public download URL. Paste it into ANDROID_APK_URL in src/pages/TeamMobileApp.jsx so the button on this page goes live.

3. iOS TestFlight — requires Apple Developer account ($99 USD/yr)
eas build -p ios --profile production
eas submit -p ios --latest

EAS handles code signing automatically. Once Apple approves the build (~24 h), invite techs by their Apple ID inside App Store Connect → TestFlight. Paste the TestFlight invite URL into IOS_TESTFLIGHT_URL.

Go

Field trial via Expo Go (fastest, no install)

  1. Install Expo Go from the App Store or Play Store on your phone.
  2. Ask Ops for the current QR code (from yarn start in /mobile).
  3. On iPhone, open the Camera and point it at the QR — tap the yellow banner. On Android, open Expo Go → Scan QR.
  4. The app opens instantly. Sign in with your Netlink credentials.

Your login is the same email + password you use for the Netlink contractor portal. If you've forgotten it, ask Ops to reset it — a new temporary password will be emailed to you. All job data stays inside Netlink's systems; the app never uploads photos or notes to a third party.