com.unity.mobile.notifications 1.4.3

com.unity.mobile.notifications

Notes: processedReleased April 26, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

  • com.unity.modules.androidjni (1.0.0)

🔧 Bug Fixes

  • [Android] issue 101 Fix GC allocation every frame.
  • 1360115 Fixed focus loss when trying to switching from notifications settings.
  • [Android] [case 1376849] Fixed receivers needs to be marked as exported in manifest file, disable exact alarms on Android 12 because they require special permissions.
  • [iOS] 1375744 Fixed application startup hang when application uses Unity notifications or Firebase.
  • [iOS] [case 1382960] Handle numeric data in UserInfo.
  • [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'.