I have an application where the place is important. Currently, I have a parameter with several values ββin the parameter set, where I have 5 locations defined. The problem with this approach is that the set of settings is static - that is, I cannot update this from the JSON list on my server, as far as I know.
I want to update the list of locations from a dynamic list on the server.
I looked at InAppSettingsKit, but it also uses standard configuration packages. Can I use InAppSettingsKit to dynamically import settings updates from a remote list.
Are there other ways to do what I'm trying to do?
source share