Languages

Menu
Sites
Language
What should I do to modify the errors to pass tizen store

Hi,

I push my web app to tizen store ,but "Registered application has failed."

It says in my config.xml

"http://tizen.org/privilege/tizen is not used.
http://tizen.org/privilege/application.read is not used.
http://tizen.org/privilege/systeminfo is not used.
http://tizen.org/privilege/unlimitedstorage is not used.
http://tizen.org/privilege/location is not used."

but in my app I use

"var appInfo = tizen.application.getAppInfo()"

to get some app infos

and use

'tizen.systeminfo.getPropertyValue("WIFI_NETWORK", onSuccessCallback1, onErrorCallback1);'

to get wifi status

and use

"openDatabase("aaa.db", '1.0', 'list storage', 1*1024*1024);"

to create local db and I should user allow me to create it default

and I use GPS or network to get user's current location

"navigator.geolocation.getCurrentPosition"

How should I modify this to pass tizen store.

BR,

Tattoo.

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

Responses

5 Replies
talari praveen kumar
hi please remove those privileges, the privileges you mentioned are related to 2.0 there are no such privileges in tizen sdk 2.1
tattoo wu
Hi talari praveen If I move these privileges, Are there no errors such as no "tizen" or no "systeminfo" object? Can I create database without user says "yes"? How tizen knows what permissions I use?
talari praveen kumar
hi you wont get any such kind of errors in 2.1 once try it by removing the privileges
Marco Buettner
I got also the same error, but only if I forgot the author-signature.xml
tattoo wu
I have the author-signature.xml after I signed my app but I still have the errors as above :(