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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note (fix version 1.4.0):
Fixed in Mobile Notifications 1.4.1