I used Parse for sending PushNotifications
to the user. I can catch many actions,for ex. is app opened or not, before app closing, after app closing. BUT I cannot register when device is locked or app does not run and PushNotification
is received. How can I in this case just
println("something")?
Again: PushNotification
received but my app does not run at the moment.
My question is in Swift, not in ObjectiveC as in those question