Unity-Technologies / com.unity.mobile.notifications

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

crash on android 5.1 api version less than 23 #188

Closed pigerj closed 2 years ago

pigerj commented 2 years ago

you need to check if the current android version higher or equal to 6.0 - api 23 in order to use getActiveNotifications function. it CRASH on android 5.1 on lower. or you can set minimum api to 23. Capture

pigerj commented 2 years ago

Capture

aurimasc commented 2 years ago

Duplicate of case 1423875 with PR in progress.