Saturday, 1 June 2013

How to terminate the app programmatically: cocos2d

You can simply exit the app programmatically by calling the code line below:

Syntax:
      exit(0);

No comments:

Post a Comment