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

Android permission fixes #239

Closed aurimasc closed 1 year ago

aurimasc commented 1 year ago

Removing uses of DeniedDontAskAgain, similar to Unity trunk. On Android 13 we don't reliably detect if it's a permanent dismiss, or a soft dismiss by swiping. And this is the only Android version where permission is required.

The changes after this release:

Testing required: