Jump to content

Gitisme

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

1 Neutral
  1. Gitisme

    Delphi iOS Push Notifications (APNS)

    Thank you for the feedback. I did not realize that Apple changed their push notification process that much, as I have been disconnected from it for a long time 😄 Problem on my server side was: I did not use a jwt. All sorted now 🙂
  2. Gitisme

    Delphi iOS Push Notifications (APNS)

    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,
×