I want to create a watch app to collect location data (Lat, Lon, time) in array of such dictionaries, store it on the watch and when the internet connection is available send it to the server.
Firstly I implemented storing location data to the Application.Storage. But the app started crushing after 400 records (or so).
Then I started exploring how to work with ActivityRecording and sessions, but haven't tried yet. Could be that an option?
Maybe there are better ideas?
If there are any examples I would be very thankful for that.