首页 > 其他 > 详细

有关社会化分享使用时的问题

时间:2014-07-02 22:19:24      阅读:354      评论:0      收藏:0      [点我收藏+]

今天做社会化分享,被俩个恶心的问题搞了半天。

sina 微博 要在

void AppDelegate::applicationDidEnterBackground()中加入

    CCDirector::sharedDirector()->stopAnimation();

    SimpleAudioEngine::sharedEngine()->pauseBackgroundMusic();

    SimpleAudioEngine::sharedEngine()->pauseAllEffects();

 

void AppDelegate::applicationWillEnterForeground()中加入

    CCDirector::sharedDirector()->startAnimation();

    SimpleAudioEngine::sharedEngine()->resumeBackgroundMusic();

    SimpleAudioEngine::sharedEngine()->resumeAllEffects();

 

否则 CCEGLView中 会死在 [[EAGLView sharedEGLView] swapBuffers];中。

 

微信则是分享的图片不能超过10K 否则出现不了分享回调页。

有关社会化分享使用时的问题,布布扣,bubuko.com

有关社会化分享使用时的问题

原文:http://www.cnblogs.com/ziqiongbuxi/p/3819021.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!