In Flutter application, Is there FCM related any changes for new iOS versions? I didn't find any solution regarding this. Working fine in android all versions and in iOS working fine till version 16. Also verified from app setting (version 17 and above), Notification permissions enabled.
Also get success from this API - https://fcm.googleapis.com/fcm/send
response - "multicast_id": 912044660XXXXXX, "success": 1, "failure": 0,
But not receiving any message, tried with debug and console log but there is no message/log or error message.