언어 설정

Menu
Sites
Language
Web app rejected: wrong resolution

My app have been rejected twice now on the same ground. I am having a hard time resolving the issue. And i hope some of you could help me.

This is the rejection i got:

 

[Defect]
The resolution of the application does not match the resolution of the device.

[Procedure]
1. Run the application.
2. Start the game and play. > end all. > Restart
3. Check that the graphic elements of the application are displayed properly according to the resolution of device.

[Expected Result]
The resolution of application must match that of the device.

With this picture attached:

When i try to run it in the emulator (it is not running very smooth on my computer) it looks fine.

Anyone can help me on what I am missing?

Thx for any help in advance.

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

Responses

2 댓글
Raghu Kona

Hi,

You can find the supported screen resolution info here https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fmultiple_screen%2Fmultiple_screen_support.htm.

Please make sure you to follow the guidelines provided to avoid rejection. 

Regards,

Raghu Kona

Raghu Kona

Also make sure to add screen size feature in the config.xml file.

For example,

<feature name="http://tizen.org/feature/screen.size.normal.480.800 />

<feature name="http://tizen.org/feature/screen.size.normal.720.1280 />