Iv'e been working on a topdown shooter game in Sprite-Kit
using Swift
and Xcode
. I was wondering if there was a simple way to make a notification pop up if the user stops playing the app for a certain time (like 2 days for example.)
Also if I decide to add waiting in the future, can I make a notification pop up after and upgrade or something is complete? (this could also help other people viewing this post)
There is probably a similar way of doing these things but I would prefer if there was a simpler was as I am a bit new to Sprite-Kit
and I don't want anything to complicated. A function would be nice if possible! :)
Thanks in advance!