My app got rejected for not using the back button.
I am using the latest cocos2dx 2.2 official release which Samsung have stated "was recently added as a supported platform"
However it doesn't include anyway to detect presses to the back button.
Or should I say it doesn't work.
I am doing the following:-
In my header I have - virtual void keyBackClicked();
In my scene GameMenu::init() I am using setKeypadEnabled(true);
Then I have
void GameMenu::keyBackClicked()
{
CCLog("BACK clicked!");
}
But it never gets called???
So how can it be a supported platform????
How can I get my app approved for the Tizen app challange????