I’d like to send a push notification to all the players who haven’t opened my app in say 30 days or more. Is there anything built into Nakama that automates this for me or do I have to write a runtime script to do it ? If the latter, then can someone show me some GoLang code that searches my Nakama database of players and returns an array of Player IDs who haven’t opened the app in 30 days or more ? I’m not very familiar with database searches. Thanks!
Hello @Spuddy,
Have a look at: Last online datetime for user - #2 by sesposito
Oh it’s okay, I can just do all this through OneSignal.