Jump to content

Gitisme

Members
  • Content Count

    2
  • Joined

  • Last visited

Posts posted by Gitisme


  1. 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 🙂 

    • Like 1

  2. 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,

×