playMaker

Author Topic: Howto setup daily local notifications?  (Read 1224 times)

nowISnow

  • Playmaker Newbie
  • *
  • Posts: 7
Howto setup daily local notifications?
« on: October 15, 2017, 04:43:00 PM »
 I want to set up local notifications. Working so far for one notification at a certain time. I want to set up a daily local notification, every day at the same time. For example every day at 9:00 am.

How can I do that using Playmaker?

For now I use stans asset for that but I am open to other solutions



The only way I can think of right now is to loop and set up like 10/50/100 of these notifications in advance. Doesnt sound convenient to me.

Any better suggestions?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Howto setup daily local notifications?
« Reply #1 on: October 17, 2017, 02:46:55 AM »
Hi,

 I think you should stick with Stan's asset solution, because PlayMaker only run when the application is in focus, not when in background. So I actually don't think it's possible at all using regular c# inside Unity, you need to resort to device specific solution, wrapped nicely like Stan did.

 Bye,

 Jean