Rod b
Posts: 0
Joined: Sat May 16, 2015 1:32 am

How to set values in the Settings Service from App

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?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

How to set values in the Settings Service from App

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...)

Return to “Issues”