Languages

Menu
Sites
Language
screen size feature preventing upload to tizen store

When I try to upload .tpk to tizen store, I get the error - "The screen size feature in the binary file you have uploaded cannot be verified"

My application is openGL based and adjusts to any screen size, so there is no reason to restrict it to a particular screen size - it does not *require* a normal screen size or any particular resolution - but if I do not include a screen size feature in the manifest, I cannot upload the application. There is no "screen.size.any" feature, so what do I do?

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

Responses

2 Replies
Pushpa G
check this link https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Ftizen_overview%2Fapplication_filtering.htm Open manifest.xml file>Features tab and add the screen size feature here and save, then reupload your app to Tizen store
Alan Savage
Ah I see, the screen size feature is treated differently from other features. Sorry I had missed that, thanks for your help!