I just wondering if there's a solution for apps that resume too slow. Mine takes up to 10 seconds to resume.

I know that my app has large assets but is there a way to make it resume faster? or is they a way to add like an hour glass or to just display a text saying loading or something.

How can I display something to tell the player that it is loading/resuming, as soon as try to resume the app?

I hope somebody can help me. Thanks. And Im using cocos2d-x for this app.

没有正确的解决方案

其他提示

These are the functions to be implemented in your Application Delegate class. The first function gets called when application goes background, and second one is called when application resumes.

void CCApplication::applicationDidEnterBackground();
void CCApplication::applicationWillEnterForeground();
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top