I am using FCM for sending push notifications to individual devices.
I want to get acknowledgement for the notification receival at the device end.
Is there any way to receive the acknowledgement for the same?
I am using FCM for sending push notifications to individual devices.
I want to get acknowledgement for the notification receival at the device end.
Is there any way to receive the acknowledgement for the same?
I'm not sure if there is any way to do that with the notification itself, but you could create a custom event and trigger this event when the notification is received. You can add the ad_id or any other unique id to identify which user have received the push and which not.