Hello there,
I’m working on adding notifications to an Android game. We’re using ScheduleLocalNotificationFromNow()
for notifications, and it’s been working well. However, we don’t want notifications to pop up when the game is active, so we’ve tried calling ClearAllLocalNotifications()
, but it doesn’t seem to be working.
Any ideas?