What is a Location Push Service Extension?

  • Hello! Did anyone manage to implement this service? I followed the documentation and implemented everything, the notifications are successfully sent from the server with all the required headers, but the location updated method isn't triggering at all.

  • My app is authorized for Location Push, get extension entitlement, and upon calling startMonitoringLocationPushes I am getting a valid token. I am also sending the location Push via token APNS authorization, however the Location Push Extension never wakes up. Any ideas on why the extension is not passing by didReceiveLocationPushPayload(_ payload: [String : Any], completion: @escaping () -> Void) ???

  • Same here - everything is setup according to the documentation, the push is sent, but never received.

Add a Comment

Apple Recommended

  • Documentation is now available.

Add a Comment

Replies

  • Documentation is now available.

Add a Comment