Languages

Menu
Sites
Language
Tizen native application Failed to install

My application rejected from tizen store for the following reason:-

Failed to install the app' POPUP occurs when install the application after downloading it from Tizen Store server

defect:-
1.manifest.xml is not valid.
2.The manifest.xml file should be valid in accordance with Tizen native application specification.
 
how to rectify the issue
Edited by: ezhilarasan b on 11 Mar, 2015

Responses

11 Replies
Alex Ashirov

Hi,

Could you please share your manifest.xml file? Then we will try to figure out what happens.

ezhilarasan b

hi,

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<manifest xmlns="http://tizen.org/ns/packages" api-version="2.3" package="org.tizen.wildlifeanimals" version="1.0.0">
    <profile name="mobile"/>
    <ui-application appid="org.tizen.wildlifeanimals" exec="wildlifeanimals" multiple="false" nodisplay="false" taskmanage="true" type="capp">
        <label>wildlifeanimals</label>
        <icon>icon512_converted.png</icon>
    </ui-application>
    <feature name="http://tizen.org/feature/screen.size.all">true</feature>
</manifest>

 

daniel kim

Hi,

As far as I know, we have to define specific screen size like as below because TizenAppStore reject feature of screen.size.all in my expereince.

Have you met such kind of error message while uploading your binary to AppStore?  

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

Regards,

daniel kim

One more thing,

As currently only Samsung Z1 is available in the market, so I think that screen size should be defined for Z1 if your application will support it.

I wish this will help you.

Manasij Roy

Did you solve the issue? For me "http://tizen.org/feature/screen.size.normal.480.800" dint solve it.

ezhilarasan b
hi, seems it not working for me. i had reinstall Tizen 2.3 Rev2 SDK. And also i have to install "Tizen Extension SDK for Certificate" Then i get the Tizen certificate and device profile for Z1 phone. refer Tizen IDE -> Help -> Help Contents -> Certificate and then i uploaded
Lingkun Cheng

Is this issue resolved?

My Tizen native application was also rejected for the same reason. I would like to know how to solve this. Thanks.

Manasij Roy

For me, I switched to 2.3 Rev1 windows version (previously I was using 2.3 Rev2 in my Ubuntu system) and it solved the issue.

Lingkun Cheng

Thanks for the info. I am using 2.3 Rev2 Windows. There is no longer a Rev1 for me to download. I am stuck.

Manasij Roy

Please see http://download.tizen.org/sdk/sdk-images/2.3_Rev1/

Partha P

Please help. I'm also facing the same problem. using 2.3 Rev2 SDK in Windows 32 bit OS. Is reverting to 2.3 Rev1 is the solution?