Steps to reproduce:
1. Create a new project
2. Install the Mobile Notifications package
3. Integrate Firebase Cloud Messaging (FCM)
4. Build and Run the iOS Player and send a push notification while the Player is in foreground
5. Observe the received notification
Expected result: Since “Enable Push Notifications” is disabled, Unity’s push notification settings do not affect FCM behaviour or the “Remote Notification Foreground Presentation Options” are defaulted to “None”
Actual result: The “Remote Notification Foreground Presentation Options” are defaulted to “All” and despite “Enable Push Notifications” being disabled, the value is still applied to all notifications
Reproducible with: 4.0.2 (2022.3.69f1)
Reproducible on: macOS 15.6 (by reporter), macOS 26.1
Not reproducible on: No other environments tested
Note: CQA reproduced the “Remote Notification Foreground Presentation Options” being defaulted to “All”. The FCM push notification behavior was not reproduced by CQA