Location push service extension not getting awake

I'm trying to implement the Location Push Service Extension in my app.I have added location push service extension.

When I call startMonitoringLocationPushes(completion:) method, I also got the APNs token as data. When I send the location push with this APNs token, it successfully delivered to the target device. But none of these below methods has been called in the app:

didReceiveLocationPushPayload

serviceExtensionWillTerminate

locationManager( .... didUpdateLocations ...)

locationManager(... didFailWithError ....)

So, I think location push notification is not awaking the location push service extension. I am using development for APS environment. May I know am I missing anything in XCode configuration?

Location push service extension not getting awake
 
 
Q