Unity-Technologies / com.unity.mobile.notifications

Mobile Notifications Package
https://docs.unity3d.com/Packages/com.unity.mobile.notifications@2.1/manual/index.html
Other
132 stars 42 forks source link

Fix exception on missing UTC flag #243

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

https://github.com/Unity-Technologies/com.unity.mobile.notifications/issues/242

If user tampers with UserInfo dictionary or a notification is received that was sent not by Unity or scheduled by older version of this package, the "OriginalUtc" item can be missing. We shouldn't throw in such case.