Application settings in IOS

403 Views Asked by At

I am trying to put the settings of an APP within the app it self, right now the settings are within the IOS Application SettingsBundle. I named the Settings Bundle folder to InAppSettings.bundle, they disappear from IOS Application Setting but not appearing within the app...

Are there some more changes within the code/project which I have to make???

Regards

1

There are 1 best solutions below

1
On BEST ANSWER

Yes. You need to add some code to parse the settings bundle and create a UI to display and edit it. You might want to look at InAppSettingsKit which does much of the heavy lifting for you.