Hi there,
my game for Windows Phone 8 has not been certified for this reason:
5.2 Technical Performance and Resource Management
5.2.4.1
requirements
Pressing the Back button must return the application to the previous page or return to any previous page Within the back stack.
Expected Result Test Process Required : 1st Launch the application . Second Navigate through the application . 3rd Press the Back button. 4th Verify That the application closes the screen That is in focus and returns you to a previous page Within the back stack.
Comments : Result : Fail Pressing the device back button has no effect on the application .
Steps to Reproduce: 1st Launch the application .
Second Select " Play" .
3rd Select " New Game" .
4th Select " Yes".
5th Press the Back button device . 6th Observe the application does not respond .
The problem is that the game after pressing YES button begin load next level. How to return to the previous screen during loading? I am trying Application.LoadLevelAsync and async.allowSceneActivation = false; seems that Async Operation must be completed, otherwise the application crashes.
Does anyone have any idea? Thank you.