Performance difference in simulator and device in my game. Why ?
- by srikanth rongali
Hi,
I am writing a small shooting game using cocos2d. It's working good in simulator.
But when testing in the device, the animations of sprites are slow and they are stucking. The images I used are CCSprites. And I used CCAnimation for the animation of the images. Why the game acting different in simulator and device ?
Thank you.