We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
CocosDeshion has a status error when re-entering application
CocosDeshion has a status error when re-entering application
Bug #3727 [Closed]
The reason of the appearance is:
SimpleAudioEngine::getInstance()->resumeBackgroundMusic()
is invoked in AppDelegate::applicationWillEnterForeground().
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:50547be1f9103849ebe7b461e6219cd082570f78.
Status: | Closed | |
---|---|---|
Start date: | 2014-01-16 | |
Priority: | Low | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | ios | |
Target version: | 3.0-rc0 |
The steps to reproduce the error:
1. Playing a ground music in CocosDenshion Test on iPhone device, and pause the music.
2. Pressing Home button to exit the tests, and the music state is paused.
3. Re-entering the tests app, the music state is playing.