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

iOS presentation option update #294

Closed aurimasc closed 11 months ago

aurimasc commented 11 months ago

https://jira.unity3d.com/browse/PLAT-5493 Apple introduced new presentation options we don't have support for yet. This PR adds them. The options apply when notification is in foreground. Meaning:

Modified few notifications in Main test project to use these new settings:

On iOS 16.3:

Concerns:

aurimasc commented 11 months ago

Tested on iPhone SE iOS 13.4, no issues, only the new flags are ignored (expected).