Is there a way to add and read settings for your app?

  

Is there any way to add and read your own setting in a Firemonkey App?

In particular the ones stored in iOS’s native settings app. The one you would find in: Home Screen -> Settings -> [Name of My App] -> Location

I see that on my iOS apps, Firemonkey seems to automatically add settings to for Location and Notifications (features I’m using).

Long story short, I’m trying to keep my settings in the same place all the other Apps on the native phone OS seem to keep their settings rather than re-inventing the wheel and providing my own settings screen within the App.

Is there a nice way I can add my own settings to the native system and read back their values, or am I stuck having to reverse engineer NSUserDefaults?

Comments are closed.