Unity-Technologies / NotificationsSamples

Sample project for Unity Notifications
Other
282 stars 51 forks source link

Migrate project to unified apis #76

Closed aurimasc closed 11 months ago

aurimasc commented 11 months ago

Migrate notifications sample project to new unified APIs. Cleans up a lot of code from sample. The sample will not work out of the box because it uses officially released version of notifications package. Requires using the one from the repo (master branch). In general game should work the same as before these changes - whenever requesting items notifications are scheduled and if game is sent to background, notifications arrive when items are completed. One thing that changed is that on Android notifications will not show up when game is in foreground. This is intended change coming from unified APIs - both platforms should behave the same. See README for additional info.

Developer testing: the game works as expected, notifications do arrive like they used to. Any other game features are out of scope for this PR.