Languages

Menu
Sites
Language
Application rejected in Tizen Store

Hey Guys!

When I tried registring my app, it got rejected. This is the message I got:

"[Defect]

The application is not terminated or the previous page does not appear when the BACK key is pressed. Ref: Please build your application on the latest SDK as possible.(SDK2.2) 



[Test Procedure]

1. Run the application.

2. Press the BACK key.

3. Check that the application operates as expected. 



[Expected Result]

When the BACK key is pressed, the application must be terminated or the previous page must appear."

I was just trying to update my app from Tizen 2.1 to 2.2... The only thing I did was changing the API version and adding the screen size feature..

Any ideas why it would not work?

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
konduri sai swathi

Hi,

Add the below code inside init() in main.js :

document.addEventListener( 'tizenhwkey', function(e) {
    	if (e.keyName === 'back') {
			if ($.mobile.activePage.attr('id') === 'page1') {
				tizen.application.getCurrentApplication().exit();
			} else {
				history.back();
			}
		}
});

"pgae1" is the Id of the first page of your application. Add the above code nad remove code for back button of previous version of SDK.

Khaerul Umam

Hi, I got rejected from store, after twice I submit app to the store the issu still the same. But it OK on emulator.can anyone help me to do?

Please give me spec of Tizen device for testing, so we can provide and copare with the eulator spec?

FAILURE MESSAGE : 

http://3.bp.blogspot.com/-Mdnx50XPL0Y/UnDgoenOH-I/AAAAAAAAC1k/LKvdFz0z2fU/s1600/Tizenfailure.JPG

FAILURE IMAGE :

http://1.bp.blogspot.com/-SutawhqFXo4/UnDftpRj_WI/AAAAAAAAC1U/EIrggjc36cQ/s1600/Screen-20131030114106741457.jpg

My App run on Emulator Tizen 2.2 :

- Emulator image 01

http://3.bp.blogspot.com/-Iwi6FQLpQuQ/UnDwkE_10kI/AAAAAAAAC18/Fm0CFFS_-IE/s1600/tizenEmulator.PNG

Emulator image 02

http://2.bp.blogspot.com/-GuWCBW8XxhI/UnDwjRgmQ5I/AAAAAAAAC10/4Jpl7RLxnd4/s1600/tizen.PNG

Emulator image 03

http://1.bp.blogspot.com/-MlgIZV4BhJI/UnDwkOyZ4SI/AAAAAAAAC14/vLmQW5TF-FI/s1600/tizen2.PNG

 

Marco Buettner

At first the Web Simulator isn't the same like the real emulator :) Test your application with the EMULATOR not WEB SIMULATOR :)

Khaerul Umam

Canu tell me what specification of Tizen device or can you help me what wrong with my app?

I don't undertand anymore right now.

If you have Tizen device can you help me to test it?

Marco Buettner

For sure I can test your app and show whats wrong.