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.