Good afternoon!
Does anyone know how to receive PUSH notifications in the background in an iOS app?
PUSH notifications arrive on your phone,
but the OnReceiveNotificationEvent(Sender: TObject; const ANotification: TPushServiceNotification) event does not fire.
I need to process the PUSH data, perform some actions, and not just open the application.