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 API 33 support #221

Closed aurimasc closed 2 years ago

aurimasc commented 2 years ago

https://jira.unity3d.com/browse/MNB-13 Android 13 addes a new runtime permission for posting notifications. If target SDK is less than 33, OS will ask for permission on first launch, while for 33 and later the request has to be made from code. Changes by this PR:

Here's how it works:

Tested on devices:

No special requests for testing, just double check based on info above.