Skip to content

Connection Generator ​

Build a config file or deep link for a With Tracker Connection. Everything runs in your browser — nothing is sent anywhere.

Privacy

This page is static. The form values never leave your device. There is no backend, no analytics, no network request. You can verify this in your browser's network tab.

Connection details

Sent as meta in every POST body. Empty rows are ignored.

Output

Fix these before generating:

  • Label is required.
  • URL is required.

Fill in the required fields to generate the config and deep link.

How to use the output ​

Config file ​

  1. Click Download .json (or copy the JSON to a file).
  2. Transfer the file to your phone (email yourself, cloud drive, AirDrop, etc.).
  3. In With Tracker, open the Connections screen → + → Import from file.
  4. Pick the file. The form opens pre-filled. Review and Save.
  1. Copy the deep link.
  2. Send it to your phone (email, messaging app, or scan as a QR code).
  3. Tap the link on a device with With Tracker installed.
  4. The Connection form opens pre-filled. Review and Save.
  1. Copy the Universal Link.
  2. Send it to your phone or host it on a web page.
  3. Tap the link on a device with With Tracker installed — it opens the App directly. If the App is not installed, it falls back to this website.
  4. The Connection form opens pre-filled. Review and Save.

Both link variants never auto-import — you always review and confirm before anything is saved.

Validation rules ​

The generator enforces the same rules as the app's ConnectionConfig parser:

  • label — required, non-empty.
  • url — required, must be http:// or https:// with a host.
  • start — required. Defaults to "now" if omitted on import in the app.
  • end — optional. Defaults to "now + 90 days" if omitted on import. Check No expiry to set end to null (no expiry).
  • token — optional. Sent as Authorization: Bearer on every POST.
  • metadata — optional key-value pairs. Empty rows are ignored. Values must be strings.

See Connections for the full schema and wire format.

Made by Eagle Logistics.