I’m building a client-server app, and I need that the server will always know what is the current client location.
So when the client app is active I use CLLocationManager to get the client location every 10 minutes and send it to the server.
My problem is what to do when the app is close? I know I can use significant location changes to get location updates when the app is close, but can I send this location updates to my server without launching the app? I mean when the app is close I want it to be transparent to the user, Is this possible? Does something happen with the UI when I get one of this location updates?
I’m building a client-server app, and I need that the server will always know
Share
In documentation, they say
You can send the location to server without showing any UI element.