- Home /
Question by
gurbrindersingh · Dec 23, 2021 at 06:40 PM ·
c#mobilepackagesnotificationspush notification
Is it possible to schedule repeatable notifications using Unity's Notifications Sample package?
I want to add local notification to app that repeats each day at same time. As per the docs mobile notifications package supports repeatable notifications. https://docs.unity3d.com/Packages/com.unity.mobile.notifications@1.0/manual/index.html.
However, it seems the Android wrapper provided in sample notifications project does not have any example to make notification repeat automatically on daily basis https://github.com/Unity-Technologies/NotificationsSamples.
How to make a notification repeat on daily basis using a notifications sample project?
Comment