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.