SolidWeather (from now on App) is an app that shows weather data related to a location in the world using OpenWeatherMap APIs. The locatin can be inserted by the user or can be retrieved from device position. There are background services that hourly generate an API call to update weather data, in this case it is used the position (lat, lon) that have been retrieved the last time the App was active.
The App is produced by pinApp owned by V.Caboni.
As mentioned before the App can use device location to know Latidude and Longitude values to be used in the Api call. Latitude and Longitude are stored in the App, are not associated to any other user information and are not transmitted or collected anywhere else. User can disable the feature by Settings.
Since no personal data is collected there is no need of any privacy consent by the user, there is no data treatment or access to them by third parties, uninstalling the app is enough to delete all data.