com.unity.mobile.notifications 2.0.0
com.unity.mobile.notifications
Notes: processedReleased February 8, 2022
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
🔧 Bug Fixes
- 1360115 Fixed focus loss when trying to switching from notifications settings.
- [1373835]() Fixed calendar notifications for buddhist calendars on iOS.
- 1375744 Fixed application startup hang when application uses Unity notifications or Firebase.
- 1382960 Fixed a crash when push notification JSON file has integer item at the top level.
- ### Changes & Improvements:
- [iOS] Added support for the following notification attachements: images, sounds, videos.
- [Android] Introduced AndroidNotificationCenter.CreateNotificationBuilder, which allows the greater customizability while creating notifications.
- [iOS] Added support for actionable notifications
- [iOS] Added API for registering notification categories with associated actions.
- [Android] Optimize notification saving.
- [iOS][Android] Added API to open notification settings
- [Android] Added API which allows you to change notification icons in Editor.
- [iOS] Correctly handle boolean values in UserInfo, previously boolean values were detected as numbers and get parsed as 1 or 0, now they will be correctly handled as 'true' and 'false'
- [Android] Fixed notification package for Android 12 - NotificationRestartOnBootReceiver needs to be marked as exported in manifest file, disable exact alarms because they require special permissions.
