I'm building an app which is running in the background and tracking significant location changes on the device.
Is it possible to send a push notification to the device and have the device send the current precise location to a server without needing the user to open the app so it runs in the foreground?
This previous SO answer doesn't seem to work anymore with iOS15. application:didReceiveRemoteNotification:fetchCompletionHandler
does not seem to get called until I foreground the app. Is there a new method to achieve this functionality?