Skip to content

Servers

AppleSync

A server that authenticates to Apple's FindMy network, decrypts your BLE tags' crowd-sourced location reports locally, and relays them to your own platform.

ServerFindMydecrypt·relay

AppleSync signs in to your Apple ID, runs a local anisette server to obtain an iCloud token, and fetches the location reports for your tags directly from Apple.

Every report is decrypted locally with the tag's private key — locations never pass through a third-party relay — then stored, mapped and forwarded to your platform.

Features

  • Direct Apple FindMy integration
  • Local report decryption (P-224 ECDH, AES-GCM)
  • Imports many tag formats: Provider/Paired CSV, OpenHaystack .keys, Macless-Haystack JSON, master-key chains
  • Per-tag poll interval and lookback; batched background fetch
  • Downstream forwarding: queued POST of a standard location payload, with logs and re-push
  • Multi-tenant node hierarchy with inherited forwarding URLs; tag keys encrypted at rest
  • Map dashboard, per-tag detail, diagnostics and a raw-report viewer