I am trying to get the users' location updates and send it to the server every 1 minute in the background in iOS.
The app needs to keep track of the driver’s position continuously similar to Uber and report it to our server every minute.
I tried background fetch and background locations and it runs fine for 3 minutes and then stops.
How do we accomplish this? Please advise.
Thanks in advance!