Languages

Menu
Sites
Language
Tizen store validation team cannot install my application
Hi All
I developed Tizen native application,  I have no trouble related with installing  to device and emulator, application work properly.
But Tizen validation team can not install my application on your device without explanation.
 
Feedback:
---
[Installation Error] It is impossible to install the application with 'Failed to install the app' POPUP. (3/3, 100%) <Defect> [Reproduced]
It is impossible to install the application with 'Failed to install the app' POPUP. (3/3, 100%)

<Procedure>
1. Downloan Application
2. Install Application

<Expected Result>
Application should be installed.
---
 
Description of my application, SDK and device:
App type: Native
Device: Z1 v2.3.0.0 (not root)
SDK: 2.3.0_Rev3 + certificate ext.
Requested privlevel: platform
Compiler: GCC-4.6 (C++ -std=C++0x)
Platform: Tizen 2.3
Build config: Release
Architecture: ARMv7-a
Icon, author, description, label: exists
Privileges and feature:
    <privileges>
        <privilege>http://tizen.org/privilege/recorder</privilege>
        <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>
        <privilege>http://tizen.org/privilege/mediastorage</privilege>
        <privilege>http://tizen.org/privilege/notification</privilege>
        <privilege>http://tizen.org/privilege/content.write</privilege>
        <privilege>http://tizen.org/privilege/externalstorage</privilege>
    </privileges>
    <feature name="http://tizen.org/feature/screen.size.normal.480.800">true</feature>
    <feature name="http://tizen.org/feature/microphone">true</feature>
 
Thanks for support!

Responses

3 Replies
daniel kim

Hi,

It looks like that you need a partner of  platform certificate because of below privilege.

    <privilege>http://tizen.org/privilege/systemsettings.admin</privilege>

Regards

Palitsyna

Hello,

<privilege>http://tizen.org/privilege/systemsettings.admin</privilege> allows the application to read and write all system settings. This is a platform privilege. So, as daniel kim said, you need a partner of  platform certificate.

Once I've read that to get partner privilege you need to created your account here:

http://seller.samsungapps.com/join/joinNow.as?localeLanguage=en

and then you can ask partnership through below channel

http://help.content.samsung.com/csseller/

After that, I think that you can ask a partner level privilege to Samsung.

Hope this will help you.

Denis Dolzhenko
Thanks for support!