Acquire user location from notification action

Hey,


I'm trying to let the user send her/his current location through a notification action (via application:handleActionWithIdentifier:forRemoteNotification:completionHandler:). However, I'm unsure if this will really work, since AFAIK that delegate method will be called from the background and there is no way to start a location manager from the background, correct?

Is there maybe a way to use the iOS 9 method requestLocation: to do this?