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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
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.