Search Issue Tracker
By Design
Votes
0
Found in [Package]
1.4.0
Issue ID
1320301
Regression
No
[Android] [Notifications] ”Notification not found” error after the device is unlocked
How to reproduce:
1. Open the attached project
2. Build & run project on mobile device
3. Lock the device
4. Unlock the device
5. Observe Logs section
Reproducible: 2019.4.21f1, 2021.1.0b9, 2021.2.0a8
Expected result: no issues
Actual result: ”Notification not found” error is shown
Reporoducible on:
Google Pixel 4, CPU: Snapdragon 855 (SM8150), GPU: Adreno (TM) 640, Android: 10
VLNQA00287, Motorola moto g(7) power, CPU: Snapdragon 625 MSM8953, GPU: Adreno (TM) 506, Android: 9
VLNQA00340, Samsung Galaxy Note20 Ultra 5G (SM-N986B), Android 10, CPU: Exynos 990, GPU: Mali-G77
VLNQA00269, Samsung Galaxy S10e (SM-G970F), Android 10, CPU: Exynos 9 9820, GPU: Mali-G76
VLNQA00336, Huawei Y6p, CPU: MediaTek MT6762R, GPU: PowerVR Rogue GE8320, Android: 10
VLNQA00111, Samsung Galaxy J5(2016) (SM-J510FN), Android 7.1.1, CPU: Snapdragon 410 MSM8916, GPU: Adreno (TM) 306
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- Crash with “Fatal Error! The file ‘MemoryStream’ is corrupted!” when adding a large number in Font Character Rects Size field
Resolution Note:
The error is presented, because the notification used to launch the app is not found.
The idea there is:
- launch the app
- schedule the notification (one of the buttons)
- send app to background
- press on notification to show the app again
After these steps the app is launched via notification and information is retrieved. You can lock and unlock the device - the notification info will be shown.