I have already published my app at Google Play and App Store and I am now trying to upload my app to Samsung Apps.
I am getting rejected for three reasons:
#1: [Function] Abnormal operation when a touch event occurs
[Defect]
The application is terminated abnormally when a touch event occurs.
[Test Procedure]
- Run the application.
- Perform a touch event in the application.
- Check that the application operates as expected.
[Expected Result]
When a touch event occurs, the application should not create any problems, such as a forced termination, and the event must be processed properly.
LOG: http://eucfutsal2011.com/test/CheckTouch.log
#2: [Function] Abnormal operation when CENTER key interruption occurs
[Defect]
The application is not paused when the CENTER key is pressed.
[Test Procedure]
- Run the application.
- Press the CENTER key.
- Check that the application operates as expected.
[Expected Result]
When the CENTER key is pressed, the application must be paused and the device must show an idle screen.
LOG: http://eucfutsal2011.com/test/CheckCenterKey.log
#3: [Function] Failed to run application
[Defect]
The application has failed to run. Please check the failure log.
[Test Procedure]
Run application.
[Expected Result]
The application must run properly without causing any errors.
LOG: http://eucfutsal2011.com/test/LaunchPackage.log
Has anyone else encountered similar errors when uploading app to Samsung Apps? Any ideas how to fix them?
I am not even sure what does the CENTER key refer to, if it is the HOME button I think that the game should return to device’s home screen and not display any pause menus.