You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few questions regarding points that I can't locate in the README:
How can I change the path for app-settings.json?
Any way to disable the text value? I simply want to provide read-only text values.
What are the reasons for Suites? Can't tell from the documentation how these are different from just storing key/values within the app settings. Any insights?
You mention in your documentation that the following functionality appears the same, but it's different. How are they different? Would be great to provide some insight here:
On iOS/macOS dictionaries just a key, so appPrefs.store ('dict', 'key', value) and appPrefs.store ('dict', {'key': value}) have same meaning (but different result).
Thank you, in advance, for your help! I'd be more than happy to contribute to the documentation to help future developers once I get clarification around these points.
The text was updated successfully, but these errors were encountered:
FarhadG
changed the title
How to retrieve the updated versions from the app settings?
How to retrieve the updated values from the app settings?
Jan 25, 2019
FarhadG
changed the title
How to retrieve the updated values from the app settings?
How to change the path for app-settings.json?
Jan 25, 2019
I have a few questions regarding points that I can't locate in the README:
How can I change the path for
app-settings.json
?Any way to disable the text value? I simply want to provide
read-only
text values.What are the reasons for
Suites
? Can't tell from the documentation how these are different from just storing key/values within the app settings. Any insights?You mention in your documentation that the following functionality appears the same, but it's different. How are they different? Would be great to provide some insight here:
Thank you, in advance, for your help! I'd be more than happy to contribute to the documentation to help future developers once I get clarification around these points.
The text was updated successfully, but these errors were encountered: