I tried to use location manager (CLLocationManager) in a custom intent handler, so I can make some calculations based on Latitude and Longitude. But didUpdateLocations method is never called, neither didFailWithError. It is possible to use Location services in an intent used with Siri?
Siri Intent get user location
It is possible to get location with an intent — can you share some code? One possible way you might see this happen is if you're not considering the asynchronous nature of getting location updates, so you exit the intent handling code path before the updates arrive.