so... just a quick question: if the app is closed by OS, it receive push notifications yet? in other words, if it is not running nor background neither foreground?
@nelinho app does not receive push notification Device does (even if app is not running completely) And app only receives an event, if user clicked on the notification
It should be the same as push notifications with the difference that you can retrieve the list of all dispatched local notifications and the ones still in schedule
Comments
unfortunately I could only arrange a test device on weekend, when I will retest it with IOS 7.
So currently I'm clueless.
If you try out putting simple code in your main lua, like this, it also does not work?
in other words, if it is not running nor background neither foreground?
Device does (even if app is not running completely)
And app only receives an event, if user clicked on the notification
But i have one more question...
Local notification will be dispatched if app is closed? or only in background or foreground.