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

Consultation: How to go to the onReceive method of the UnityNotificationRestartOnBootReceiver class #286

Closed MrJLY closed 1 year ago

MrJLY commented 1 year ago

Plugin version: MobileNotifications2.0.2

Platform: Android

I would like to ask under what circumstances I will go to the onReceive method of the UnityNotificationRestartOnBootReceiver class. I have already enabled the Reschedule Notifications on Device Restart option, but there is no logic to run here

aurimasc commented 1 year ago

It is called by the operating system after device restarts.