Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: nowISnow on October 15, 2017, 04:43:00 PM

Title: Howto setup daily local notifications?
Post by: nowISnow 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

(https://media.discordapp.net/attachments/170542895512682496/369087285846605824/unknown.png)

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?
Title: Re: Howto setup daily local notifications?
Post by: jeanfabre 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