Hi everybody.
I have a problem when using the system event. I create a mini game, and when the app suspend, i need to pause the game. The problem is when I get a new email or sms, my app don’t realy suspend ( don’t like when someone call me ), but I still got the event “system suspend”.
How can i discriminate between suspend when getting new sms or email and the suspend when someone call me or user press home button? When I get a new email or sms, my app is still responsible and don’t need to pause.