🔒 Privacidad · Privacy

MeteoRide para iOS · English below

Resumen

MeteoRide no recopila tus datos ni los explota. No hay cuenta, ni registro, ni publicidad, ni analítica, ni telemetría, ni informes de fallos, ni identificadores de seguimiento. El autor de MeteoRide no recibe tus rutas, tu ubicación ni ninguna estadística de uso.

Pero MeteoRide no inventa el tiempo. Para darte la previsión tiene que preguntársela a un proveedor meteorológico, y para eso le manda las coordenadas de tu ruta y las horas por las que preguntas. Ese proveedor es una empresa ajena, con su propia política: puede registrar esa petición y conservarla un tiempo. Lo mismo vale para los mapas.

Esta política cubre únicamente la app de iOS. La app de Android tiene la suya y la web la suya. La web hace cosas que esta app no hace.

Última actualización: 17 de septiembre de 2026.

Qué sale de tu dispositivo, y hacia dónde

DestinoQué recibeCuándo
Open-Meteo (incluido el modelo AROME-HD) Las coordenadas de los puntos de tu ruta y las fechas y horas de la previsión, además de tu dirección IP y los datos normales de una petición web. Cada vez que se calcula o recalcula una previsión, también cuando la calcula el vigilante en segundo plano.
OpenWeather Las coordenadas de los puntos de tu ruta —no la fecha y hora elegidas: su API devuelve su propia ventana— y tu clave de API, que te identifica ante ellos como su cliente y permite asociar la petición a tu cuenta. Si eliges OpenWeather como proveedor, y también si activas los avisos oficiales con una clave guardada, sea cual sea el proveedor elegido. Sin clave no se le llama nunca.
OpenStreetMap Tu dirección IP y qué zona del mapa se está mirando, que es lo que hace falta para servir las teselas. Al mostrar el mapa. Se pide a la red primero: la caché del dispositivo sirve cuando no hay conexión o cuando la petición falla, no para evitarla.

Open-Meteo declara que sus registros pueden contener coordenadas y que los borra a los 90 días. No es un tratamiento efímero, y por eso esta política no dice que «no se recopilan datos» sin más: MeteoRide no los recopila, pero los proveedores reciben y registran las peticiones que MeteoRide les hace en tu nombre.

Esos tres son los únicos servicios a los que la app se conecta. No descarga código de ninguna parte —todas las bibliotecas y recursos de la interfaz viajan dentro del paquete que instalas; lo único que se trae de la red son los datos de previsión y las teselas del mapa de la tabla de arriba—, y la política de seguridad de contenido de la app lleva esa misma lista cerrada.

Tu ubicación y tus notificaciones

Ubicación: si das permiso, se usa una sola vez al abrir la app y solo para centrar el mapa donde estás, cuando todavía no hay ninguna ruta cargada. Esa posición no se guarda ni se envía a ningún sitio, y no forma parte de la consulta meteorológica: la previsión se pide por los puntos de la ruta. Eso sí, centrar el mapa hace que se pidan a OpenStreetMap las teselas de esa zona, así que la zona en la que estás llega a sus servidores igual que cualquier otra que mires. Puedes negar el permiso y la app funciona igual.

Notificaciones: los avisos de lluvia o viento se generan en tu dispositivo y no pasan por ningún servidor de notificaciones push ni por el autor de la app. Pero no salen de la nada: con el vigilante activado, el sistema despierta a la app cada cierto tiempo —cuándo lo decide el sistema, no la app— y, cuando la salida ya está dentro de su horizonte de un día, en cada despertar se descarga una previsión nueva de Open-Meteo para tu ruta, y los avisos oficiales de OpenWeather si los tienes activados. Con la salida más lejos no pide nada. Es decir, hay peticiones a los proveedores mientras la app está en segundo plano.

Qué se guarda en tu dispositivo

Todo lo siguiente vive en tu teléfono y nadie más lo lee mientras siga ahí:

Con una excepción que conviene saber: las copias de seguridad del sistema. Los ajustes viven en UserDefaults, que iOS incluye en la copia de seguridad del dispositivo, así que pueden acabar en iCloud o en el ordenador con el que sincronices. Eso queda fuera del control de la app y no lo gestiona el autor. Si te preocupa —sobre todo por la clave, que se guarda sin cifrar—, desactiva la copia de seguridad del dispositivo o no guardes clave. Borrar los datos de la app o desinstalarla no borra una copia ya hecha; eso se hace desde los ajustes de iCloud o del ordenador donde esté la copia.

Cómo borrarlo

No hay nada que pedirle al autor para que lo borre, porque la app no guarda nada en su poder. Lo que ya haya quedado en los registros de un proveedor se rige por la política de ese proveedor, enlazada arriba.

Contacto y cambios

Dudas sobre privacidad, o para ejercer tus derechos de acceso, rectificación y supresión: privacy@poslati.com. Los fallos y las sugerencias van mejor en github.com/lockevod/MeteoRide/issues.

Si esta política cambia, cambia la fecha de arriba y queda el historial en el repositorio.

English

MeteoRide does not collect your data or exploit it. No account, no sign-up, no ads, no analytics, no telemetry, no crash reporting, no tracking identifiers. MeteoRide's author never receives your routes, your location or any usage statistics.

But MeteoRide does not invent the weather. To give you a forecast it has to ask a weather provider, and that means sending the coordinates of your route and the times you are asking about. That provider is a separate company with its own policy: it may log the request and keep it for a while. The same goes for the maps.

This policy covers the iOS app only. The Android app has its own and the website has its own. The website does things this app does not.

Last updated: 17 September 2026.

What leaves your device, and where it goes

DestinationWhat it receivesWhen
Open-Meteo (the AROME-HD model included) The coordinates of the points along your route and the forecast dates and times, plus your IP address and the ordinary details of a web request. Every time a forecast is computed or recomputed, including when the background ride watch computes one.
OpenWeather The coordinates of your route's points — not the date and time you chose: their API returns its own window — and your API key, which identifies you to them as their customer and lets them tie the request to your account. If you pick OpenWeather as the provider, and also if you turn on official warnings with a key saved, whichever provider is selected. With no key it is never called.
OpenStreetMap Your IP address and which part of the map is being looked at, which is what serving the tiles requires. When the map is shown. The network is asked first: the device's cache serves when there is no connection or when a request fails, not to avoid one.

Open-Meteo states that its logs may contain coordinates and that it deletes them after 90 days. That is not ephemeral processing, which is why this policy does not simply claim "no data collected": MeteoRide collects none, but the providers receive and log the requests MeteoRide makes on your behalf.

Those three are the only services the app connects to. It downloads no code from anywhere — every library and interface asset travels inside the bundle you install, and the only things fetched from the network are the forecast data and the map tiles in the table above —, and the app's content security policy carries that same closed list.

Your location and your notifications

Location: with your permission it is read once when the app opens, only to centre the map on where you are while no route is loaded yet. That position is not stored and not sent anywhere, and it is not part of the weather query: the forecast is asked for the route's points. Centring the map does request the OpenStreetMap tiles for that area, though, so the area you are in reaches their servers like any other you look at. Deny the permission and the app works the same.

Notifications: rain and wind alerts are produced on your device and never pass through a push server or through the app's author. They do not come from nowhere, though: with the ride watch armed, the system wakes the app up from time to time — when is the system's decision, not the app's — and, once the departure is inside its one-day horizon, each wake-up downloads a fresh forecast from Open-Meteo for your route, plus OpenWeather's official warnings if you have those on. With the departure further off it asks for nothing. So there are requests to the providers while the app is in the background.

What is stored on your device

All of the following lives on your phone, and nobody else reads it while it stays there:

With one exception worth knowing about: system backups. The settings live in UserDefaults, which iOS includes in the device backup, so they can end up in iCloud or on the computer you sync with. That is outside the app's control and is not handled by its author. If it worries you — especially for the key, which is stored unencrypted — turn the device backup off, or keep no key. Clearing the app's data or uninstalling it does not delete a backup already made; that is done from iCloud settings, or the computer holding the backup.

How to delete it

There is nothing to ask the author to delete, because the app holds nothing on their side. Whatever has already reached a provider's logs is governed by that provider's policy, linked above.

Contact and changes

Privacy questions, or to exercise your rights of access, correction and erasure: privacy@poslati.com. Bugs and suggestions are better off at github.com/lockevod/MeteoRide/issues.

If this policy changes, the date above changes with it and the history stays in the repository.