iOS default template crashes on suspend

The Xcode project templates in branch master are missing calls to CCDirector’s stop/startAnimation in the AppDelegate background/foreground callbacks which causes the apps to crash on iOS (some OpenGL calls are made while the app is suspended which causes it to terminate)

Is this a valid issue, should I submit a pull request with a fix?