79752773

Date: 2025-09-01 17:27:08
Score: 1
Natty:
Report link

On iOS you won’t get the raw apns.payload back from activeNotifications. iOS only exposes the aps fields that are mapped into the notification. If you need custom data, put it under the data key in your FCM message and read it from there, or include it in the local show() call when displaying the notification on the device.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Dmytro Tsypchenko