โš  Development
SmartGo Charge Website

The companion service behind the app

Hosts SmartGo Charge's public pages, registers devices for background-refresh push notifications, and relays the Turnstile-gated support form โ€” kept separate from the app's own single-user backend.

How It Works

๐Ÿ“ฑ
App launches
SmartGo Charge registers its APNs device token on every launch.
โ†’
โฑ๏ธ
Timer ticks
A scheduled job sends a silent push on a set interval.
โ†’
๐Ÿ”„
App wakes
The silent push wakes the app to refresh data in the background.
โ†’
๐Ÿงฉ
Widgets update
Home Screen widgets reload with the latest charging data.
๐Ÿ“„

Public pages

Privacy policy, support/FAQ, and the dispatch viewer linked from the app's About screen.

๐Ÿ””

Push notifications

Registers device tokens and sends silent APNs pushes to trigger background refresh.

๐Ÿ›ก๏ธ

Turnstile support form

Bot-protected contact form for support requests, separate from the app's own EDF account.

๐Ÿงช

Debug fixtures

A mock EDF Kraken API used by the app in Debug builds to develop without a real account.

Loading application information...