It is an old subject, but still no answer.
Suspend is not working on android when the user press the home button.
In my game (Snake Bar, working on iOS) if this happens while the snake moves (loop), the game continues in the background, with music and sounds. No message sent.
When will it be possible to have this functionality (Classic to begin with) ?
Thanks
Are you using a wait loop in the code? Since it occurs while the snake is moving it may suggest that Android is thinking that the app is doing something so is running it in the background. iOS is less easy going in terms of that and is more likely to terminate the app.
If you’re using a blocking wait and perhaps locking messages around it then that could explain the missing message.