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
- “FocusController has unprocessed focus events.” warnings are thrown after adding iOS, tvOS or visionOS Build Profiles
- Holes and different colors appear on default Tree Materials after applying them to the Tree GameObject and undoing changes
- Error indicating that the Text Asset Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
- Documentation installation shows "Install failed: Validation Failed" when installing Android Build Support module
- Error indicating that the Package Manifest Importer hasn't been disposed properly is logged when switching Importer Type in a Focused Inspector
Resolution Note (fix version 1.4.0):
Fixed in Mobile Notifications 1.4.1