Hi
My app successfully receives a token from:
PushService := TPushServiceManager.Instance.GetServiceByName(TPushService.TServiceNames.APS);
But when sending a notification to that token, I do not get a notification.
All i can find about remote notifications for Delphi 11.3 is Firebase sdk implementations.
Are we not able to use Apple push services anymore?
Thank you,