Hi, I've successfully requested the entitlement for com.apple.developer.location.push with Apple.
After creating all relevant provisioning profiles, Push Services Key etc. and verifying that a visible push notification arrives to my physical device I'm stuck when trying to send a location push notification to wake up my Push Location Service extension.
I use Firebase FCM to trigger the Push Notification which returns me one of the two things:
Successwhen I try to send a visible notificationDeviceTokenNotForTopic(when I try to send a background notification)Invalid Argument - invalid registration tokenwhen I try to send a location push notification with the apn headers:apns-push-type-->locationapns-topic--><bundle-id-of-the-main-app>.location-queryapns-priority-->10(also tried with 5)
Is there anything missing to be able to send a location push-type notification?
Can I reproduce this without FCM in a easy way via command-line?
Thanks!