Hi,
I am trying to create local notification when app runs in background. I have a timer function which can run background(I mean, just click home button when app runs)
In this function, I call these codes,
// Creates notification!
func ShowNotification(title:String, body:String){...