0

我发布了一款基于 Cocos2d 框架开发的 iPad 游戏。我已经在许多设备 iPad 3 和 iPad 2 上测试了游戏,从未遇到任何问题。

现在我收到了一些报告,称它在某些设备上无法正常启动。人们说他们看到的是 default.png 图像,然后应用程序正在关闭。

有任何想法吗?

4

2 回答 2

0

没有崩溃报告,这只是一个猜谜游戏。

一定要尝试重现您身边的问题。

可能出现的问题:

1. If the app takes too long to launch it will be closed by iOS. 
2. If it does not have enough memory it will not launch as well.

尝试以下操作:

I. Open many other heavy apps in the background so there is not much memory.
See how it affects your app launch. 

II. During launch try to use as many fast taps as possible and fast gestures. 
There is possibility that very early taps are not serviced properly or at all  
and that can cause the crash.

III. Test on many devices as you can - especially low end.
于 2013-01-02T20:49:21.190 回答
0

我发现了这个问题,这与在不可用的旧设备上运行的社交框架有关。

于 2013-02-04T07:40:29.873 回答