Is it possible to define the set of options in a Multi Value setting in runtime?
The idea is to fill the set of options with the currently available options given from a web service.
Is it possible to define the set of options in a Multi Value setting
Share
No. The settings bundle is part of your application bundle, and cannot be modified after the application has been installed. When the Settings application is run, it accesses your application’s settings bundle directly, your application is not run, so there is no opportunity for you to provide different information. Dynamic settings must be implemented as part of your application.