Search Issue Tracker
Fixed
Fixed in 2.3.2
Votes
0
Found in [Package]
2.3.1
Issue ID
MNB-78
Regression
No
[Android] Mobile Notification gives a status of "scheduled" after message is already delivered
Reproduction steps:
1. Open the attached project “ReproProject”
2. Build And Run on Android
3. Ensure notifications are allowed for the app
4. Click on the "Send" button, Close the application and wait for the notification popup (i.e. "Your Title"”)
5. Clear the notification and launch the app
6. Click the "Status" button; observe the log message
Expected result: [Log] Delivered is printed
Actual result: [Log] Scheduled is printed
Reproducible with: 2.2.1, 2.3.1 (2021.3.34f1, 2022.3.18f1, 2022.3.7f1, 2023.3.0b4)
Couldn't test with: 2.1.0 (2022.3.18f1) (user script errors)
Reproducible with these devices:
VLNQA00518 - Google Pixel 4 (Pixel 4), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 12
VLNQA00414 - Galaxy Note10+ 5G (SM-N976V), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 9
VLNQA00278 - Xiaomi Redmi Note 7 (Redmi Note 7), CPU: Snapdragon 660, GPU: Adreno 512, OS: 9.0.0
VLNQA00139 - Vivo Xplay6 (vivo Xplay6), CPU: Snapdragon 820 MSM8996, GPU: Adreno 530, OS: 7.1.1
VLNQA00132 - Xiaomi Mi 5s (MI 5s), CPU: Snapdragon 820 MSM8996, GPU: Adreno 530, OS: 6.0.1
Testing environment: macOS(Intel) 14.2.1, macOS 14.2.1 23C71 Darwin 23.2.0 (by user)
Note: if the notification is not cleared, the issue is not reproducible.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Draw Renderers custom pass doesn't work with SSGI
- WebCamTexture does not set the requested resolution when used in WebGL
- Editor default Stylesheet/Matching Selector buttons in Debugger don't do anything
- Graphics.DrawMeshNow stops rendering Render Texture after a few frames when viewed in the Player
- New selector in Matching Selectors displays as on line -1 in debugger
Resolution Note (fix version 2.3.2):
The expectation of Delivered is not entirely correct. Notification is in such status when it is showing in Status Bar. One dismissed, it is Unknown, as if it was never sent.