79125047

Date: 2024-10-25 09:27:11
Score: 1.5
Natty:
Report link

In your processNewLocation(_:) function you are stoping the location updates. The app will likely be closed by the system shortly after, a Timer object cannot keep the app running in the background.
You can check this repository which basically is a simple tracking app:
https://github.com/JFCaBa/TrackingApp

Reasons:
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: JFCa