0

How to send a notification on user if is inactive for 3 days on my app?. I'm begginer on android developer so i can't find any easy (and corerct) way to do that

GSepetadelis
  • 272
  • 9
  • 24
  • I think you need to set up Firebase Cloud Messaging – Tonnie Mar 29 '21 at 16:57
  • maybe this could be helpful: [How to send notification if user inactive for 3 days](https://stackoverflow.com/questions/22709751/how-to-send-notification-if-user-inactive-for-3-days/22710380) – modos Mar 29 '21 at 17:55
  • @modos Thanks but is saying when it can''t run this process on the background :-( – GSepetadelis Mar 31 '21 at 13:43

1 Answers1

1

You can use android broadcast receiver to do this

For more information you can read the official android documentaion