/ ios app
Privacy Policy
Last updated: 2026-05-16
This app collects no personal data. Specifically:
- No analytics, no telemetry, no crash reporting. Nothing about your use of the app is sent anywhere.
- No account, no sign-in.
- No third-party SDKs, no analytics endpoints. The live data — weather (MET Norway) and stock quotes (Finnhub) — is fetched by your LED Ticker device, not by this app.
- Location search. When you add a weather location, the app uses Apple's MapKit to turn what you type (a city or ZIP) into map coordinates, which it then sends to your device over Bluetooth. That lookup goes to Apple under Apple's privacy policy; it is the app's only outbound network request, and it carries only your search text — no identity or account.
- Bluetooth permission is used solely to discover and connect to your LED Ticker device. The list of devices you've paired with is stored only on your phone (in
UserDefaults) and is never transmitted off-device. - Your Wi-Fi network name and Finnhub API key, if you set them, are cached in your phone's
UserDefaultsand sent to your LED Ticker over Bluetooth so it can do its own fetches. The Wi-Fi password is sent to the device but never stored on the phone. - The "preset chips" on the Sign tab are stored only on your phone in
UserDefaults. They are not synced anywhere.
If you delete the app, all the above is removed from your device.
Contact
If you have questions about this policy, open an issue at github.com/ssayala/esp32-led-simple/issues.
← Back to the project page