Page 1 of 1

How to set values in the Settings Service from App

Posted: Sat May 23, 2015 7:57 am
by Rod b

I am using a settings service as described here:

https://devcenter.appery.io/documenta...

I would like my users to set some parameters here, that stay persistent for them, rather than them being default, is that possible or should I create my own local storage variables?


How to set values in the Settings Service from App

Posted: Sat May 23, 2015 1:24 pm
by Illya Stepanov

Hi Rob -

Yes, it is better to use local storage for this case. Or you can pre-define parameters variations for your users and execute them with JS. (https://devcenter.appery.io/documenta...)