Search Issue Tracker
Fixed in 1.4.0
Votes
1
Found in [Package]
1.3.2
Issue ID
1315365
Regression
No
[Mobile Notifications] iOSNotificationTimeIntervalTrigger.TimeInterval is incorrect by a factor of 1000
Reproduction steps:
1. Open attached project "Case_1315365" and load Scene "SampleScene"
2. Enter Play Mode
3. Observe the Console
Expected result: 1 is printed out to the Console
Actual result: 0.001 is printed out to the Console
Reproducible with: Mobile Notifications 1.0.2 (2018.4.32f1, 2019.4.20f1, 2020.2.5f1), 1.3.2 (2018.4.32f1, 2019.4.20f1, 2020.2.5f1, 2021.1.0b6, 2021.2.0a5)
Notes:
- Can be tested on a fresh project that contains a script with the following snippet:
var obj = new iOSNotificationTimeIntervalTrigger();
obj.TimeInterval = TimeSpan.FromMinutes(1); //1 minute
Debug.Log(obj.TimeInterval.TotalMinutes); //Prints 0.001 minutes
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
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Resolution Note (fix version 1.4.0):
Fixed in Mobile Notifications 1.4.1