Unity-Technologies / com.unity.mobile.notifications

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

Change repeating notification setup in test project #311

Closed aurimasc closed 9 months ago

aurimasc commented 9 months ago

https://jira.unity3d.com/browse/MNB-72 "Repeatable notification" has very few fields setup and had weird bahavior. On iPhone X with iOS 16.7.4 it would not arrive when app is in background, for example. Did two changes to it: added title and changed presentation from Alert (now deprecated by Apple) to Banner. Now it works. No changes in package code, no other changes in test project.

QA: test if this fixes the issue on device where the issue was reproduced.