Send HTTP request when ios is in background

For some reason on Android this is a non issue. When the app is turned into the background, I’m not able to send any requests on ios. The foreground works perfectly, however putting the app in the background is the issue as I’m trying to send background geolocation data to the server when the app is in the background. Any advice would be much appreciated!