Page 1 of 1

Permanent data saving on device

PostPosted: Mon Oct 07, 2013 7:25 am
by newfacetv
Dear support.
We would like to save some application data permanently on the device, like last login, username etc.

Which way you're recommend us to do it: cookies, HTML5 local storage or something else?

we tested it on Emulator and cookies are gone after each reboot. Will same happens on the real device?

Please advise, appreciate your help.

Evgeny

Permanent data saving on device

PostPosted: Mon Oct 07, 2013 7:25 am
by newfacetv
Dear support.
We would like to save some application data permanently on the device, like last login, username etc.

Which way you're recommend us to do it: cookies, HTML5 local storage or something else?

we tested it on Emulator and cookies are gone after each reboot. Will same happens on the real device?

Please advise, appreciate your help.

Evgeny

Re: Permanent data saving on device

PostPosted: Mon Oct 07, 2013 7:25 am
by Support_STA
Both HTML5 local storage and local storage are solutions you can use. Please keep in mind that upon a TV reset (for example) this data could be erased.

STA platforms do not erase cookies on startup so you're safe there.

Re: Permanent data saving on device

PostPosted: Tue Oct 08, 2013 1:24 am
by Support_STA
Both HTML5 local storage and local storage are solutions you can use. Please keep in mind that upon a TV reset (for example) this data could be erased.

STA platforms do not erase cookies on startup so you're safe there.